To generate a parser, we will need an executable rcomp, which is a part of Rustemo project.
rcomp can be installed by Cargo:
cargo install rustemo-compilerWe can find the executable rcomp in ~/.cargo/bin.
➡️ Next: Parser Generation
📘 Back: Table of contents