pull/25/head
Wilfred Hughes 2021-07-18 00:49:17 +07:00
parent f8aaccceac
commit 56133dadc8
1 changed files with 2 additions and 0 deletions

@ -75,6 +75,8 @@ impl<'a> Eq for OrdVertex<'a> {}
enum Edge {
UnchangedNode(u64),
UnchangedDelimiter(u64),
// TODO: consider a replaced Atom edge if the levenshtein distance
// is reasonably close?
ReplacedComment,
NovelAtomLHS { contiguous: bool },
NovelAtomRHS { contiguous: bool },