Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 453 Bytes

installation.md

File metadata and controls

14 lines (9 loc) · 453 Bytes

Installation

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