-
Another conversion away from self.context.fetch to self.declare.
Chris Pressey
6 years ago
-
Begin refactoring how the ParsingContext is used by the Parser.
Chris Pressey
6 years ago
-
Confirm constraint on `save`ing `a`.
Chris Pressey
6 years ago
-
Support `save X, Y, Z {}` as a shortcut syntax for nested `save`s.
Chris Pressey
6 years ago
-
Begin introducing shortcut syntax for nested `save`s.
Chris Pressey
6 years ago
-
Move merge_programs() out of main. Handle missing -o options.
Chris Pressey
6 years ago
-
Inheritance hierarchy; binding is a little less awful.
Chris Pressey
6 years ago
-
pyflakes.
Chris Pressey
6 years ago
-
Awful binding, but at least this code isn't in main anymore.
Chris Pressey
6 years ago
-
Make all serialize() methods take addr() as an arg, not kwarg.
Chris Pressey
6 years ago
-
Rename method for more distinction/clarity.
Chris Pressey
6 years ago
-
Explicitly sort the chains by their content, for stable sort.
Chris Pressey
6 years ago
-
Fix whitespace (but not sorting) issue in --dump-fallthru-info.
Chris Pressey
6 years ago
-
--output cmdline argument, serialize() returns an array of bytes.
Chris Pressey
6 years ago
-
Reduce number of errors under Python 3 another smidge.
Chris Pressey
6 years ago
-
Abort loadngo apple2, if the SixtyPical program couldn't compile.
Chris Pressey
6 years ago
-
Not making any promises, but reduce the errors under Python 3.
Chris Pressey
6 years ago
-
Rewrite the intro blurb in the README.
Chris Pressey
6 years ago
-
Add apple2 target to loadngo.sh, apple2 example program.
Chris Pressey
6 years ago
-
Add notes for Apple II target.
Chris Pressey
6 years ago
-
Split TODO off into own file.
Chris Pressey
6 years ago
-
Use relative, ?raw=true URL for embedded image.
Chris Pressey
6 years ago
-
Merge pull request #13 from catseye/develop-0.16
Chris Pressey
(commit: GitHub)
7 years ago
-
Update HISTORY and README.
Chris Pressey
7 years ago
-
Use save block (and a for loop) in the flagship demo game source.
Chris Pressey
7 years ago
-
Fix test which is misleading due to the way the appliance works.
Chris Pressey
7 years ago
-
Correct some text in the test suite.
Chris Pressey
7 years ago
-
Merge pull request #12 from catseye/save-block
Chris Pressey
(commit: GitHub)
7 years ago
-
Extract locations from context appropriately. All tests pass.
Chris Pressey
7 years ago
-
Add three tests. One fails when it shouldn't.
Chris Pressey
7 years ago