P1L1: Introduction to Compilers¶
References¶
https://en.wikipedia.org/wiki/Ratfor - First Compiler
http://savage.net.au/Ron/html/graphviz2.marpa/Lexing.and.Parsing.Overview.html - Overview of Lexing and Parsing
https://stackoverflow.com/a/3614928/18852 - Excellent explanation on difference between lexer and parser.