Permalink
..
Failed to load latest commit information.
NOTES.txt Fix ASDL type checking. Jan 4, 2017
README.md Demo of Python/OPy bytecode decoding in C++. Jun 28, 2018
__init__.py Start integrating ASDL into the codebase. Dec 17, 2016
arith.asdl Correctly handle the repeated string type in the ASDL pretty printer. Dec 19, 2017
arith_ast.py Move the ASDL front end into its own module. Aug 18, 2018
arith_ast_test.py Separate and simplify the generation of ASDL reflection data. Aug 18, 2018
arith_demo.cc Fix ASDL type checking. Jan 4, 2017
arith_parse.py Remove all the unused imports. Feb 2, 2018
arith_parse_test.py Reviving OPy: run it on the Oil repository. Feb 24, 2018
asdl_.py Remove TypeLookup wrapper; just use a dictionary. Aug 19, 2018
asdl_demo.py Broke runtime dependency on asdl/front_end.py! Aug 18, 2018
cgi.py Fix another file descriptor bug by removing 'import cgi'. Sep 4, 2018
const.py Change shebangs to #!/usr/bin/env python (#80) Feb 3, 2018
encode.py Test cleanup, including consolidating parse error tests. Aug 20, 2018
encode_test.py Introduce the concept of asdl.const.NO_INTEGER. Nov 26, 2017
format.py Fix another file descriptor bug by removing 'import cgi'. Sep 4, 2018
format_test.py Remove all the unused imports. Feb 2, 2018
front_end.py Remove TypeLookup wrapper; just use a dictionary. Aug 19, 2018
gen_cpp.py Broke runtime dependency on asdl/front_end.py! Aug 18, 2018
gen_python.py Remove TypeLookup wrapper; just use a dictionary. Aug 19, 2018
osh_demo.cc Fix oheap encoding of osh.asdl. Jan 23, 2018
pretty.py Break another dependency on the 're' module. May 29, 2018
py_meta.py Remove TypeLookup wrapper; just use a dictionary. Aug 19, 2018
py_meta_test.py Reviving OPy: run it on the Oil repository. Feb 24, 2018
run.sh Fix references to undefined variables in unpickle. Aug 19, 2018
tdop.py Remove trailiing whitespace from *.py and *.c files (#166) Aug 10, 2018
unpickle.py Fix references to undefined variables in unpickle. Aug 19, 2018
unpickle_test.py Reduce dependencies by making a copy of the stdlib Unpickler. Aug 19, 2018
visitor.py ovm-build.sh runs on two machines and 'stage1' aggregates the results. Feb 16, 2018