Compiler/code generator: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 23:
}
 
The output from the [[Compiler/syntax_analyzer|syntax analyzer]] is a parse tree:
 
Sequence
Line 57:
Integer 1
 
;, Identifier, Integer, and String, are terminal nodes.
 
Loading this data into an internal parse tree should be as simple as:
155

edits