diff --git a/dev.org b/dev.org index 3e21762..5fa584c 100644 --- a/dev.org +++ b/dev.org @@ -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