mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
commit
4d7874dc9a
@ -36,7 +36,7 @@ $ cargo test # -p lalrpop --release
|
||||
|
||||
But if your changes *do* affect the grammar - well, that's where all the fun of
|
||||
bootstrapping compilers comes! You're going to have to get a working `lalrpop` binary to
|
||||
generate you're own `lrgrammar.rs` parser. That's how you do it:
|
||||
generate your own `lrgrammar.rs` parser. That's how you do it:
|
||||
|
||||
```sh
|
||||
$ cargo build -p lalrpop # --release
|
||||
|
Loading…
x
Reference in New Issue
Block a user