From 41fb84197655a5d9a0c095c518fb4c5894f9749c Mon Sep 17 00:00:00 2001 From: Behnam AhmadKhanBeigi Date: Sun, 7 Jun 2020 13:33:14 +0200 Subject: [PATCH] Add Rust parsers to dev.org --- dev.org | 5 +++++ 1 file changed, 5 insertions(+) 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