aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-09-16 21:40:50 -0700
committerbnewbold <bnewbold@robocracy.org>2016-09-16 21:40:54 -0700
commit852b2399e7b53e1d349aed5ec9fb6550b117825c (patch)
tree647d5264e50fb8412ec0300ccab05e49351c17f9 /README.md
parentfdebceb92fe819cdcfeb9c1288102f3b97ab3ff6 (diff)
downloadmodelthing-852b2399e7b53e1d349aed5ec9fb6550b117825c.tar.gz
modelthing-852b2399e7b53e1d349aed5ec9fb6550b117825c.zip
rust parser with LALRPOP: pascal example
This is all just code from the LALRPOP library docs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd1c9b4..1f7c785 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,8 @@
an experimental systems-modeling-wiki-thing
``
+Parser Refs:
+http://notes.willcrichton.net/parsing-strategies-in-rust/
+http://smallcultfollowing.com/babysteps/blog/2015/09/14/lalrpop/
+https://github.com/nikomatsakis/lalrpop/
+