File Parser, Syntax Checker, Opcodes
Posted: Thu Jan 26, 2017 6:18 am
One of the scary things about interpreters is that they don't do as good a job of detecting errors in the code. A handy feature would be to parse the code files as an initial test for valid code. There might also be the ability to strip comments and use opcodes instead of the textual representation of the code to offer smaller code size and some security on the code.