grift_eval 0.1.1

Lisp evaluator for the grift Lisp language
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "grift_eval"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Lisp evaluator for the grift Lisp language"

[dependencies]
pwn_arena = { version = "0.1.1", path = "../pwn_arena" }
grift_parser = { version = "0.1.1", path = "../grift_parser" }