Grift – A Minimalistic Lisp
A simple Lisp built on top of [grift_arena], the arena allocator.
Features
- No-std, no-alloc: Works in embedded environments with no heap
- Arena-allocated: All values live in a fixed-size arena
- Simple API: Parse and evaluate Lisp expressions in one call
Example
use ;
let lisp: = new;
let three = lisp.eval;
assert_eq!;