Tree @master (Download .tar.gz)
History of
src
/
alpaca
/
backends
@master
git clone https://git.catseye.tc/ALPACA/
- Make tests pass under Python 3. Default executable is `python3`. Chris Pressey 2 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
- It is not the responsibility of the backend to include yoob.js. 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
- Remove Rules() AST node. Chris Pressey 6 years ago
- Remove now-circumlocutious MembershipDecls node. Chris Pressey 6 years ago
- First pass at reforming (forming?) the AST class hierarchy. Chris Pressey 6 years ago
- Fix a silly typo in variable name. Chris Pressey 9 years ago
- Implement "guess" in Javascript backend and fix a yoob.js bug. Chris Pressey 9 years ago
- Test Javascript compiling if node present; fix bogon in same. Chris Pressey 9 years ago
- Generate loadMapper() and dumpMapper() functions. catseye 11 years ago
- Simplify testing JS by using yoob.Playfield.dump(). catseye 11 years ago
- Add --include-yoob-playfield-inline option (for node.js testing.) catseye 11 years ago
- Stick almost all of yoob/playfield.js inline in the JS backend. catseye 11 years ago
- Cleanups in preparation for release of version 1.0. catseye 11 years ago
- Deem extended representation declarations a Bad Idea, and remove. catseye 11 years ago
- Default element on JS PFs. All interpreter & compiler tests pass. catseye 12 years ago
- Close, but I think we need a default state attr on playfield. catseye 12 years ago
- Improve compiled JS to the point where it passes several tests. catseye 12 years ago
- Create initial playfield. catseye 12 years ago
- More boilerplate in the generated Javascript. catseye 12 years ago
- Output some boilerplate in Javascript backend. catseye 12 years ago
- Refactor and fix code generated for class membership. catseye 12 years ago
- Partial support for class membership checking in compiled source. catseye 12 years ago
- Evaluate superclasses' rules after evaluating local ones. catseye 12 years ago
- Plausible but handwavy code generation for class membership. catseye 12 years ago