Building the parser.rs file
In order to generate a parser.rs
file from the parser.lalrpop
file, you can install lalrpop using cargo install:
then run the following command, or use the make-parser.sh
script:
In order to generate a parser.rs
file from the parser.lalrpop
file, you can install lalrpop using cargo install:
then run the following command, or use the make-parser.sh
script: