Add a useful article about parser algorithms in details to the dev.org

This commit is contained in:
Sameer Rahmani 2020-06-11 23:46:34 +01:00
parent 62151913c6
commit 1fed8429d1
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
* Parser
First of all you need to read [[https://tomassetti.me/guide-parsing-algorithms-terminology/][All you need to know about Parser algorithms]].
Then here is the list or parsers that we have considered
- Rust parser combinator framework :: https://github.com/Geal/nom/
- LR(1) parser generator for Rust :: https://github.com/lalrpop/lalrpop
- A parser combinator library for Rust :: https://github.com/Marwes/combine