Art of Compiler Construction
Implementation Issues
ifs / whiles
(Laureline)
backpatching is hard to understand
there are still wasteful jumps
function calls
(Yurim)
knowing what to do and where to begin
returns
(Sandra)
knowing what to do and where to begin
bison syntax
sulib
API
Lessons Learned
how compilers work
better knowlege of lexing and parsing
stack based parsing
how to use linux for software development