stackathon 0.4.1

The interpreter for the Stackathon language
Documentation
[[bin]]
name = "stackathon"
path = "src/main.rs"

[dependencies]

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

[package]
authors = ["Rishabh Oke <rishabhoke@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The interpreter for the Stackathon language"
edition = "2024"
keywords = ["language"]
license = "MIT"
name = "stackathon"
readme = false
version = "0.4.1"