It would be ideal to use fuzzing with round-trip parsing (generate a random AST with a fuzzer's heuristics, pretty-print it to a string, and then check the parsed string's AST is the same). I can't easily do this since most fuzzers do not support well aarch64 Linux, which is my main development platform. Please, message me for guidance if you decide to help on this! The priority for this is rather high.
It would be ideal to use fuzzing with round-trip parsing (generate a random AST with a fuzzer's heuristics, pretty-print it to a string, and then check the parsed string's AST is the same). I can't easily do this since most fuzzers do not support well aarch64 Linux, which is my main development platform. Please, message me for guidance if you decide to help on this! The priority for this is rather high.