fix Gleam grammar link

This commit is contained in:
Liigo Zhuang 2019-11-20 10:13:56 +08:00 committed by GitHub
parent 4d7874dc9a
commit 1e0df8f4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,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.
- [Gleam](https://github.com/gleam-lang/gleam/blob/master/src/grammar.lalrpop) is a statically typed functional programming language for the Erlang VM.
- [RustPython] is Python 3.5+ rewritten in Rust
[The LALRPOP book]: http://lalrpop.github.io/lalrpop/