0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
be more quiet More... almost 15 years ago
Write output to input file + '.m' instead of stdout More... almost 15 years ago
remove unused imports More... almost 15 years ago
Make 'end' method not do anything. Write '__str__' method. More... almost 15 years ago
No need to take input file as an argument. More... almost 15 years ago
remove unused imports More... almost 15 years ago
Rename get_indent -> indent_level. More... almost 15 years ago
Doc. More... almost 15 years ago
whitespace More... almost 15 years ago
Document 'label' function. Put '__' between the tag and memory address in labels. More... almost 15 years ago
Doc. More... almost 15 years ago
Rename code insertion method to 'insert' and make it possible to add several lines at a time. More... almost 15 years ago
FIXME timing must be better More... almost 15 years ago
Documentation. More... almost 15 years ago
Use the machine translator instead of sample translator. More... almost 15 years ago
Add a translator to machine code. More... almost 15 years ago
Adde two more waits in test file. More... almost 15 years ago
Fix a critical bug causing first line after a 'do' statement to be ignored. More... almost 15 years ago
Alter traverse mechanism. We now have a traverse method in the base translator and it's up to the 'on_do' methods to walk its nodes. More... almost 15 years ago
Update sample translator to use base class. More... almost 15 years ago
Oops, away with that pyc file. More... almost 15 years ago
Translator constructor takes input file as an argument. Add a translator base class that we can use. More... almost 15 years ago
Add 'start' event in translator, rename 'close' event to 'end'. More... almost 15 years ago
Traverse the parse tree with a translator object. More... almost 15 years ago
Be more consistent. More... almost 15 years ago
Rename 'rgb' to 'color' in some places. More... almost 15 years ago
Use a primitive type (intiger, milliseconds) for time inside classes instead of a 'Time' object. More... almost 15 years ago
That 'raise' was just for debugging. More... almost 15 years ago
Add a RGB class. Set 'go_back' to the actual RGB value instead of True. More... almost 15 years ago
Much work on the parser. Generate a parse tree. More... almost 15 years ago