root 731fd79768 update 5 years ago
..
ast 731fd79768 update 5 years ago
parser 731fd79768 update 5 years ago
readme_skulpt.txt 731fd79768 update 5 years ago

readme_skulpt.txt

The parser is from 'lib2to3/pgen2' in Python-3.1.

pgen is modified to spit out parse tables for JS that are usable by our
implementation of the parser engine.


The ast node generator is ported to output js rather than C from the CPython
generator in 2.6.5.