This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
jack
/
cocorobolx
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
9031430fe8
Ramas
Etiquetas
master
stia
cocorobolx
/
python
/
skulpt
/
src
/
pgen
panweitong
610c72b394
update
%!s(int64=5) %!d(string=hai) anos
..
ast
610c72b394
update
%!s(int64=5) %!d(string=hai) anos
parser
610c72b394
update
%!s(int64=5) %!d(string=hai) anos
readme_skulpt.txt
610c72b394
update
%!s(int64=5) %!d(string=hai) anos
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.