Currently, our test suite for each component does not have the coverage we'd like. Adding tests for either is trivial; for the parser there is a very nice macro, and for the lexer you just need to compare token slices; feel free to use existing tests as inspiration. The priority for this is rather high.
Currently, our test suite for each component does not have the coverage we'd like. Adding tests for either is trivial; for the parser there is a very nice macro, and for the lexer you just need to compare token slices; feel free to use existing tests as inspiration. The priority for this is rather high.