Skip to content

Simple python interpreter written in JavaScript using Jison as a parser generator and lexer.

Notifications You must be signed in to change notification settings

jhester/python-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple python interpreter written in JavaScript using Jison as a parser generator and lexer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published