cirocosta / yascm

A toy scheme compiler
2 stars 0 forks source link

Resources #1

Open cirocosta opened 9 years ago

cirocosta commented 9 years ago

Debugging

cirocosta commented 9 years ago

http://stephen-brennan.com/2015/01/16/write-a-shell-in-c/

cirocosta commented 9 years ago

http://pages.cs.wisc.edu/~fischer/cs536.s08/course.hold/html/NOTES/3.CFG.html#ex2 -- on cfg associtiativity and precedence

as properly stated, after deciding regarding associativity and precedence, we might fall into issues regarding associativity for a top-down parser; see:

http://stackoverflow.com/questions/15255731/hand-written-top-down-parser-that-preserves-grammar-associativity-precedence http://www.zenspider.com/Languages/PCCTS/LR2LL.html