mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-25 11:12:14 +00:00
Add real-life examples to README
This commit is contained in:
parent
8034f3dacc
commit
df1b9c73b5
@ -36,9 +36,16 @@ to! Here are some tips:
|
|||||||
how to add LALRPOP to your `Cargo.toml`.
|
how to add LALRPOP to your `Cargo.toml`.
|
||||||
- The [advanced setup] chapter shows how to configure other aspects of LALRPOP's
|
- The [advanced setup] chapter shows how to configure other aspects of LALRPOP's
|
||||||
preprocessing.
|
preprocessing.
|
||||||
|
|
||||||
|
### Example Uses
|
||||||
|
|
||||||
|
- [LALRPOP] is itself implemented in LALRPOP.
|
||||||
|
- [Gluon] is a statically typed functional programming language.
|
||||||
|
|
||||||
[The LALRPOP book]: http://lalrpop.github.io/lalrpop/
|
[The LALRPOP book]: http://lalrpop.github.io/lalrpop/
|
||||||
[quick start guide]: http://lalrpop.github.io/lalrpop/quick_start_guide.html
|
[quick start guide]: http://lalrpop.github.io/lalrpop/quick_start_guide.html
|
||||||
[advanced setup]: http://lalrpop.github.io/lalrpop/advanced_setup.html
|
[advanced setup]: http://lalrpop.github.io/lalrpop/advanced_setup.html
|
||||||
[tutorial]: http://lalrpop.github.io/lalrpop/tutorial/index.html
|
[tutorial]: http://lalrpop.github.io/lalrpop/tutorial/index.html
|
||||||
|
[LALRPOP]: https://github.com/lalrpop/lalrpop/blob/8034f3dacc4b20581bd10c5cb0b4f9faae778bb5/lalrpop/src/parser/lrgrammar.lalrpop
|
||||||
|
[Gluon]: https://github.com/gluon-lang/gluon/blob/d7ce3e81c1fcfdf25cdd6d1abde2b6e376b4bf50/parser/src/grammar.lalrpop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user