crisp 0.1.0

The main crate for the lisp-like programming language Crisp which (one day!) integrates seamlessly with C/C++ and Rust libraries.
Documentation
[[bin]]
name = "crisp"
path = "src/main.rs"

[dependencies.crisp-macro]
version = "0.1.0"

[dependencies.crisp-runtime]
version = "0.1.0"

[dependencies.num-iter]
version = "0.1.45"

[dependencies.pest]
version = "2.8.1"

[dependencies.pest_derive]
version = "2.8.1"

[dependencies.proc-macro2]
version = "1.0.101"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["full"]
version = "2.0.106"

[dependencies.uuid]
version = "1.18.0"

[lib]
name = "crisp"
path = "src/lib.rs"

[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "compilers"]
description = "The main crate for the lisp-like programming language Crisp which (one day!) integrates seamlessly with C/C++ and Rust libraries."
edition = "2024"
keywords = ["lisp", "repl", "programming-language", "crisp"]
license = "MIT"
license-file = "LICENSE"
name = "crisp"
readme = "README.md"
repository = "https://github.com/Stack-Syndicate/crisp"
version = "0.1.0"

[[test]]
name = "basic"
path = "tests/basic.rs"