tree-traversing LISP interpreter geared toward embeddability and system scripting
Find a file
Aidan d2f60314f9
in progress commit
- added vars to lib
- fixed adders and getters to both vtable and ftable
- made function operations a dual type (enum)
- prototyped calling of stored external ASTs with
arguments (additional operation type
- stub for eval
- added index function to Cell
2021-02-14 16:33:17 -08:00
src in progress commit 2021-02-14 16:33:17 -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