Jump to content

Compiler/AST interpreter: Difference between revisions

m
→‎{{header|Wren}}: Fixed typo in program comment.
(Added Wren)
m (→‎{{header|Wren}}: Fixed typo in program comment.)
Line 3,034:
var Tree = Struct.create("Tree", ["nodeType", "left", "right", "value"])
 
// depeNodencydependency: Ordered by Node value, must remain in same order as Node enum
var Atr = Tuple.create("Atr", ["enumText", "nodeType"])
 
9,486

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.