Skip to content

Commit

Permalink
feat: cover more cases in ordered merge algorithm. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh authored Oct 24, 2023
1 parent bb79731 commit d2ef14b
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 421 deletions.
1 change: 1 addition & 0 deletions bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub fn pretty_print(node: CSTNode) -> String {
result
})
}
CSTNode::Conflict { .. } => "Conflict found".into(),
}
}

Expand Down
Loading

0 comments on commit d2ef14b

Please sign in to comment.