Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Argyle/
- Implement `cons`, `car`, `cdr` in terms of ABT nodes. Chris Pressey 3 days ago
- Add `abt` function, which will (we hope) let us do more with ABTs. Chris Pressey 4 days ago
- Improve names. Chris Pressey 4 days ago
- Expand the cons list attempt and document why it doesn't work. Chris Pressey 4 days ago
- Restore unit tests. Chris Pressey 6 days ago
- Fix multiple-values-let-binding still being created by eval quote. Chris Pressey 6 days ago
- Add comments to syntax. Chris Pressey 6 days ago
- Replace naive makeArgsTuple with makeNestedApplications. Chris Pressey 7 days ago
- Allow our new builtin to be curried. Chris Pressey 7 days ago
- Reorganize more reasonably. Chris Pressey 7 days ago
- Add a set of (failing!) tests for the new destructABT builtin. Chris Pressey 7 days ago
- Fix the types used in destructABT. Chris Pressey 7 days ago
- Clean up a little. Chris Pressey 7 days ago
- Checkpoint this. Chris Pressey 7 days ago
- Merge branch 'no-let' into lariat-style-destructorizer Chris Pressey 7 days ago
- Make the let-form represent only a single binding in AST. Chris Pressey 7 days ago
- Lariat-style destructorizer. Chris Pressey 9 days ago
- Remove deprecated unit tests. Chris Pressey 9 days ago
- Track declared free variables in VABT. Chris Pressey 9 days ago
- An attempt at removing "free" operators from ABT. Chris Pressey 9 days ago
- Update unit tests. Test performSubstitution, not unused things. Chris Pressey 10 days ago
- Completely rewrite S-expression parser. Chris Pressey 10 days ago
- Fix how generateFreshName is being called. Chris Pressey 10 days ago
- Fix collectAllFreeVars. All remaining test failures make sense. Chris Pressey 11 days ago
- The abts are not malformed. Chris Pressey 11 days ago
- Clean up. Chris Pressey 11 days ago
- lookupVar is not actually needed, it seems. Chris Pressey 11 days ago
- Interesting, even though it is a step backwards. Chris Pressey 11 days ago
- We can expect the unbound variables are bound in eval environment. Chris Pressey 11 days ago
- Progress: handle literal ABT values more correctly again. Chris Pressey 11 days ago