krabby_lexer provides support for proc-macro2 and rustc-lexer. These alternative implementations should be used for comparison-based fuzz testing, e.g. using AFL. There are several concerns:
rustc-lexersupports some nightly-only syntax. These cases need to be ignored.proc-macro2expands doc comments. When comparing another implementation to it, doc comments need to be compared carefully.
`krabby_lexer` provides support for `proc-macro2` and `rustc-lexer`. These alternative implementations should be used for comparison-based fuzz testing, e.g. using AFL. There are several concerns:
- `rustc-lexer` supports some nightly-only syntax. These cases need to be ignored.
- `proc-macro2` expands doc comments. When comparing another implementation to it, doc comments need to be compared carefully.