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-compiler
We can find the executable rcomp
in ~/.cargo/bin
.
➡️ Next: Parser Generation
📘 Back: Table of contents