Simple python interpreter written in JavaScript using Jison as a parser generator and lexer. Bastardized, poorly written, barely functional with all the useful features of the language stripped out. Purely an academic exercise.
Parser and lexer generated with Jison, uses jq-console and the Ace editor for the demo. Many thanks to Dr. Brian Malloy for his lessons in grammars and life.
- Support expressions as parameters
- len() operation on strings