Rosetta code: help needed
- Posted by ed_davis Oct 26, 2016
- 1827 views
I've created some (fun!) tasks over at Rosettacode:
- http://rosettacode.org/wiki/Compiler/lexical_analyzer
- http://rosettacode.org/wiki/Compiler/syntax_analyzer
- http://rosettacode.org/wiki/Compiler/code_generator
- http://rosettacode.org/wiki/Compiler/virtual_machine_interpreter
- http://rosettacode.org/wiki/Compiler/AST_interpreter
I've put up a Euphoria solution for the lexical analyzer task (feel free to improve it!)
It would be great if folks here could write Euphoria (or other) solutions for the other four tasks.
Additionally, if any of the specifications are ambiguous and/or not detailed enough, let me know and I'll improve them.
Thanks!