Tree @support-python-3 (Download .tar.gz)
Commit History
@support-python-3
git clone https://git.catseye.tc/Castile/
- Update sources to run under either Python 2 or Python 3. Chris Pressey 3 years ago
- Fix generated Ruby that worked in Ruby 1.8 but fails in Ruby 1.9. Chris Pressey 9 years ago
- Added tag rel_0_3_2015_0101 for changeset 93a9b9b9efde Chris Pressey 10 years ago
- Don't use deprecated Falderal variables. Chris Pressey 10 years ago
- Added tag rel_0_3 for changeset 1a4234975ba8 Chris Pressey 10 years ago
- I don't really care what state it's in, it's 0.3 now. Chris Pressey 10 years ago
- Make test driver more suitable for automated testing. Cat's Eye Technologies 11 years ago
- Make a few more tests of the C backend pass. catseye 12 years ago
- Create function declarations correctly, pass two more tests. catseye 12 years ago
- Use void * for functions in C backend. Add some OO/MM/GC notes. catseye 12 years ago
- More wrestling with C declarations. catseye 12 years ago
- Local function variables are function pointers. catseye 12 years ago
- Come closer to actual C declarations. 4 more tests pass. catseye 12 years ago
- Small C backend fixes, "only" 22 fails now. Update README. catseye 12 years ago
- Tiny improvement to C boilerplate. catseye 12 years ago
- Deal with types in C backend more fully; "only" 30 failures now. catseye 12 years ago
- Fix bugs in function lifter, C boilerplate: 24 more tests pass. catseye 12 years ago
- Beginnings of a C backend. catseye 12 years ago
- Prevent local vars defined inside control blocks. No 'var'. catseye 12 years ago
- Make local variables Python-like. Add failing test cases. catseye 12 years ago
- Remove a little weirdness from the language. catseye 12 years ago
- Clean up checker a bit (no assignable, no struct_fields.) catseye 12 years ago
- Added tag rel_0_2 for changeset ccc418957b63 catseye 12 years ago
- Update README for version 0.2. catseye 12 years ago
- Clean up AST.aux, allow empty structs in stackmac; all tests pass. catseye 12 years ago
- Types on every AST node; simpler AST structure; AST.copy(). catseye 12 years ago
- AST nodes have tags (names) and types (language-domain.) catseye 12 years ago
- Test for order not mattering in union types and struct creation. catseye 12 years ago
- Fix example programs' syntax. Add another exciting example. catseye 12 years ago
- Demo of "typed enum" and various notes. catseye 12 years ago