Consider PEG parser for parsing AWK grammar. `posixutils-rs` has an `awk` implementation which uses pest for parsing the AWK grammar: https://github.com/rustcoreutils/posixutils-rs/blob/main/awk/grammar.pest
Consider PEG parser for parsing AWK grammar.
posixutils-rshas anawkimplementation which uses pest for parsing the AWK grammar:https://github.com/rustcoreutils/posixutils-rs/blob/main/awk/grammar.pest