grift_parser 1.2.0

Lisp parser for the Grift Scheme language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "grift_parser"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Lisp parser for the Grift Scheme language"
repository = "https://github.com/gold-silver-copper/grift"
documentation = "https://docs.rs/grift_parser"
keywords = ["parser", "lisp", "scheme", "no_std", "embedded"]
categories = ["no-std", "parsing", "embedded"]

[dependencies]
grift_arena = { version = "1.2.0", path = "../grift_arena" }
grift_macros = { version = "1.2.0", path = "../grift_macros" }