Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Decoy/
- Support setting module path, but it is broken and needs debugging. Chris Pressey 2 years ago
- Refactor: Registry is now a class. Chris Pressey 2 years ago
- Checkpoint working with modules before refactor. Chris Pressey 2 years ago
- Depict improper lists. Chris Pressey 2 years ago
- First pass at importing symbols from a module (eg/maps-client.scm) Chris Pressey 2 years ago
- Evaluation of forms given on command line. (Must be a better way!) Chris Pressey 2 years ago
- Nil, True, and False are all singletons, with no call to `new`. Chris Pressey 2 years ago
- Boolean operators. Chris Pressey 2 years ago
- Comparison operators on numbers. Chris Pressey 2 years ago
- Support for floating-point numbers and arithmetic operations. Chris Pressey 2 years ago
- Try out the maps on some "real code". Chris Pressey 2 years ago
- Basic support for strings and numbers. Chris Pressey 2 years ago
- Move two builtins to standard environment. Depict booleans. Chris Pressey 2 years ago
- Refactor with an eye towards better defining what a module is. Chris Pressey 2 years ago
- Implement `list` builtin and refactor internally to support it. Chris Pressey 2 years ago
- Replace `nil` usage with singleton Nil table. All tests pass! Chris Pressey 2 years ago
- Pass one more test, but note why the parser breaks on another. Chris Pressey 2 years ago
- Pass more tests. Only three failures now! Chris Pressey 2 years ago
- Pass more tests. Chris Pressey 2 years ago
- Pass more tests. Chris Pressey 2 years ago
- Add a test suite, borrowed from Pixley for now, that mostly fails. Chris Pressey 2 years ago
- Second pass at splitting implementation up into modules. Chris Pressey 2 years ago
- First pass at splitting the implementation up into modules. Chris Pressey 2 years ago
- Beginnings of implementing name binding. Chris Pressey 2 years ago
- Process `define`s at toplevel. Chris Pressey 2 years ago
- Initial import of files for Decoy. Work in progress! Chris Pressey 2 years ago