tlisp 0.0.2

Lisp interpreter in Rust
Documentation
[[bin]]
name = "tlisp"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.dyn-fmt]
version = "0.4.0"

[dependencies.linefeed]
optional = true
version = "0.6.0"

[features]
bin = ["linefeed"]

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

[package]
description = """
Lisp interpreter in Rust
"""
edition = "2021"
keywords = ["LISP", "cli", "languages"]
license = "MIT"
name = "tlisp"
readme = "README.md"
repository = "https://github.com/bondiano/tlisp"
version = "0.0.2"