Tree @master (Download .tar.gz)
History of
src
/
alpaca
@master
git clone https://git.catseye.tc/ALPACA/
- Make tests pass under Python 3. Default executable is `python3`. Chris Pressey 2 years ago
- 3rd and 4th args to viewbox are dimensions, not 2nd coordinate. Chris Pressey 6 years ago
- Add `-i` argument. There was no way to load a playfield otherwise. Chris Pressey 6 years ago
- Don't have a background element, just insert all default elements. Chris Pressey 6 years ago
- Rudimentary support for ALPACA stylesheets. Chris Pressey 6 years ago
- Make the Javascript compiler ignorant of yoob.js. Chris Pressey 6 years ago
- Merge branch 'master' of https://github.com/catseye/ALPACA into develop-1.1 Chris Pressey 6 years ago
- Make generated Javascript handle mutual-recursion checking. Chris Pressey 6 years ago
- Merge branch 'master' of https://github.com/catseye/ALPACA into develop-1.1 Chris Pressey 6 years ago
- Avoid infinite regress in analysis.get_state_membership(). Chris Pressey 6 years ago
- Merge branch 'master' of https://github.com/catseye/ALPACA into develop-1.1 Chris Pressey 6 years ago
- Use a set, and initialize it Pythonically. Fixes failing tests. Chris Pressey 6 years ago
- It is not the responsibility of the backend to include yoob.js. Chris Pressey 6 years ago
- Add --display-svg flag, which outputs each frame as SVG. Chris Pressey 6 years ago
- Add --write-discrete-files-to option. Chris Pressey 6 years ago
- Add --display-window argument. Chris Pressey 6 years ago
- More abstraction for output. Chris Pressey 6 years ago
- Use ArgumentParser instead of OptionParser. Chris Pressey 6 years ago
- Reform Adjacency and BoolOp nodes. Chris Pressey 6 years ago
- Fix Not node; it doesn't need multiple children nodes. Chris Pressey 6 years ago
- Avoid having an attribute called 'value' when 'id' is better. Chris Pressey 6 years ago
- Every class, even if it's empty, is included in the class map. Chris Pressey 6 years ago
- Remove Rules() AST node. Chris Pressey 6 years ago
- Remove now-circumlocutious MembershipDecls node. Chris Pressey 6 years ago
- Finish conversion to new AST style. Chris Pressey 6 years ago
- Start to switch to more structured AST attributes Chris Pressey 6 years ago
- First pass at reforming (forming?) the AST class hierarchy. Chris Pressey 6 years ago
- Fix bug: when ascending class hierarchy, get parent of correct class. Chris Pressey 6 years ago
- Pass verbose flag to class_defn_is_a(). Chris Pressey 6 years ago
- Pass verbose flag down to is_a predicate functions. Chris Pressey 6 years ago