Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 720 Bytes

python-online

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.

About

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.

Demo

Check it out online.

Todo

  • Support expressions as parameters
  • len() operation on strings