Open gaoyunhaii opened 5 years ago
On the road at the moment, but will investigate. The project is a bit old, so perhaps there is a lingering bug that should be fixed. The graph-map
project is where the parse.rs
and print.rs
code I trust lives.
OK, Got it. I will try graph-map first then. Thank you! :)
The main logic of the the parser is
For a sample file:
The resulted offset will be [2, 3, 4, 4], but it seems should be [0, 2, 3, 4] ?