This directory contains the AFL++ based lexer fuzzer. Build it using Zig:
zig build fuzz-lexerProvide a seed corpus in corpus and run the fuzzer:
./fuzz_lexer -i ../tools/fuzz/corpus -o ./findingsCrashes will be written to the findings directory for investigation.