clac-lang 0.1.1

Reference implementation of Clac++, a simple stack-based postfix (reverse polish notation) calculator/programming language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "clac-lang"
version = "0.1.1"
build = false
exclude = ["samples/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation of Clac++, a simple stack-based postfix (reverse polish notation) calculator/programming language."
readme = "README.md"
license = "GPL-3.0-or-later"

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

[[bin]]
name = "clac"
path = "src/bin/clac/main.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]