This commit is contained in:
David Weis 2019-09-17 01:22:41 +01:00 committed by GitHub
parent ad1e136003
commit 4efeb134b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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