aplang 0.1.3

A programming language made to aid students who are taking AP Computer Science Principals.
Documentation
[[bin]]
name = "aplang"
path = "src/main.rs"

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

[dependencies.mapro]
version = "0.1.1"

[dependencies.miette]
features = ["fancy"]
version = "7.2.0"

[dependencies.owo-colors]
version = "4.0.0"

[dependencies.rand]
version = "0.9.0-alpha.2"

[dependencies.stacker]
version = "0.1.17"

[dependencies.thiserror]
version = "1.0.63"

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

[package]
authors = ["Patrick Unick", "Eli Fischl"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
default-run = "aplang"
description = "A programming language made to aid students who are taking AP Computer Science Principals."
documentation = "https://aplang.org/book/"
edition = "2021"
homepage = "https://aplang.org/"
keywords = ["aplang", "ap", "programming", "language", "apcsp"]
license = "GPL-3.0-or-later"
name = "aplang"
readme = "README.md"
repository = "https://github.com/snowfoxsh/aplang"
version = "0.1.3"