[[bin]]
name = "qalam"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.clap]
features = ["derive"]
version = "4.5.21"
[dependencies.ordered-float]
version = "4.2.2"
[dependencies.rand]
version = "0.8.5"
[package]
authors = ["Ammar Ahmed <ammar.ahmed2203@gmail.com>"]
categories = ["compilers"]
description = "Interpreter for the Qalam programming language. Qalam is a dead-simple, Islamic/Arabic terminology inspired, interpreted programming langauge."
edition = "2021"
keywords = ["interpreter", "programming-language", "islamic", "arabic"]
license = "MIT"
name = "qalam"
readme = "README.md"
repository = "https://github.com/ammar-ahmed22/qalam"
version = "0.2.3"