Compiler/AST interpreter: Difference between revisions

Content added Content deleted
(→‎{{header|zkl}}: added code)
m (More clarifications)
Line 141: Line 141:
|}
|}


; Additional examples
; Additional examples along with the expected output, to further test your solution can be found [[Compiler/Sample_programs|Here]].

Your solution should pass all the test cases above and the additional tests found '''[[Compiler/Sample_programs|Here]]'''.

{{task heading|Reference}}

The C and Python versions can be considered reference implementations.


;Related Tasks
;Related Tasks