Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 183 Bytes

File metadata and controls

4 lines (3 loc) · 183 Bytes

jsPython interpreter

v2 is a complete rewrite of jsPython interpreter. It uses a tree-walk interpreter approach. What consists of three major steps

Tokenize -> Parse -> Evaluate