Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md Update README.md Aug 21, 2014
ast_pretty_printer.py Implement ast.dump (AltDump class). Oct 2, 2014
ast_trampoline.py Add in AST mangling to automatically make a function into a trampoline. Aug 18, 2014
stack_heights.py First map of stack changes that each instruction causes. Aug 14, 2014
tailbytes.py Handling calls to other functions. Aug 14, 2014
test_rec_fact.py Several recursive functions for testing translator. Aug 21, 2014
trampoline.py Rewrote based on the code walkthrough. Aug 12, 2014
trampolines_in_Python.ipynb First draft of writing up the trampolines in Python. Aug 14, 2014
translator.py Added ability to deal with multiple functions in one file. Aug 21, 2014
translator_tests.py Tests for the first version of isRecursive. Aug 20, 2014