frut_lib 0.0.3

A no_std library for parsing, analyzing, and executing the Frut programming language.
Documentation
[dependencies.hashbrown]
default-features = false
version = "0.16"

[dependencies.linked_list_allocator]
version = "0.10"

[[example]]
doc = true
name = "base"
path = "examples/base.rs"

[[example]]
doc = true
name = "interp"
path = "examples/interp.rs"

[features]
default = ["std"]
std = []

[lib]
crate-type = ["lib"]
name = "frut_lib"
path = "src/lib.rs"

[package]
authors = ["BenimFurka"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "development-tools", "no-std"]
description = "A no_std library for parsing, analyzing, and executing the Frut programming language."
edition = "2021"
keywords = ["programming-language", "ast", "no-std", "frut"]
license = "Apache-2.0"
name = "frut_lib"
readme = "README.md"
repository = "https://github.com/BenimFurka/frut_lib"
version = "0.0.3"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"