Merge pull request #449 from jwinnie/patch-1

Add gleam to example uses
This commit is contained in:
Markus Westerlind 2019-03-02 08:38:12 +01:00 committed by GitHub
commit 9b773d9fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ to! Here are some tips:
- [LALRPOP] is itself implemented in LALRPOP.
- [Gluon] is a statically typed functional programming language.
- [Gleam](https://github.com/lpil/gleam/blob/master/gleam/src/grammar.lalrpop) is a statically typed functional programming language for the Erlang VM.
[The LALRPOP book]: http://lalrpop.github.io/lalrpop/
[quick start guide]: http://lalrpop.github.io/lalrpop/quick_start_guide.html