tree-traversing LISP interpreter geared toward embeddability and system scripting
Find a file
Aidan af28692175
Added Function Tables
- Ftable struct
- CallFunction procedure
- Refactors to Cell, Ctr (consequently to lex too)
- More recursive routines in Cell
2021-02-07 11:45:26 -08:00
src Added Function Tables 2021-02-07 11:45:26 -08:00
tests - fixed lexing of inline and postline comments 2021-01-25 20:55:16 -08:00
.gitignore - syntax tree datatypes 2021-01-24 12:34:58 -08:00
Cargo.lock - syntax tree datatypes 2021-01-24 12:34:58 -08:00
Cargo.toml - syntax tree datatypes 2021-01-24 12:34:58 -08:00
LICENSE.md - syntax tree datatypes 2021-01-24 12:34:58 -08:00