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