aboutsummaryrefslogtreecommitdiffstats
path: root/notes/parsing.txt
blob: a3c29ef7641b9e73cf83349408324f15da496336 (plain)
1
2
3
4
5
6
7
8

Parser Refs:
http://notes.willcrichton.net/parsing-strategies-in-rust/
http://smallcultfollowing.com/babysteps/blog/2015/09/14/lalrpop/
https://github.com/nikomatsakis/lalrpop/


libsyntax: rust lib for parsing rust itself