Add Rust parsers to dev.org

This commit is contained in:
Behnam AhmadKhanBeigi 2020-06-07 13:33:14 +02:00
parent caa02aa004
commit 41fb841976
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@
** Cranelift
- Source tree :: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift
** Parser
*** Rust
- https://github.com/Geal/nom/ Rust parser combinator framework
- https://github.com/Marwes/combine A parser combinator library for Rust
- https://github.com/kevinmehall/rust-peg Parsing Expression Grammar (PEG) parser generator for Rust