Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
|
|
@ -1,9 +1,9 @@
|
|||
AST interpreter
|
||||
{{task heading|AST interpreter}}
|
||||
|
||||
An AST interpreter interprets an [https://en.wikipedia.org/wiki/Abstract_syntax_tree Abstract Syntax Tree (AST)]
|
||||
produced by a [[Compiler/syntax_analyzer|Syntax Analyzer]].
|
||||
|
||||
{{task heading}}
|
||||
;Task
|
||||
|
||||
Take the AST output from the Syntax analyzer [[Compiler/syntax_analyzer|task]], and interpret it as appropriate.
|
||||
Refer to the [[Compiler/syntax_analyzer|Syntax analyzer task]] for details of the AST.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue