mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-24 18:52:16 +00:00
Fix typo
This commit is contained in:
parent
ad1e136003
commit
4efeb134b0
@ -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
|
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
|
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
|
```sh
|
||||||
$ cargo build -p lalrpop # --release
|
$ cargo build -p lalrpop # --release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user