bcomp 0.1.0

A compiler for a subset of the BASIC language
[package]
name = "bcomp"
version = "0.1.0"
edition = "2024"
license-file = "LICENSE"
description = "A compiler for a subset of the BASIC language"
keywords = ["compiler", "basic"]
repository = "https://github.com/ngraf3255/bcomp"
readme = "README.md"

[dependencies]
anyhow = "1.0.100"
clap = { version = "4.6.1", features = ["derive"] }
ntest = "0.9.3"
cranelift = "0.131.0"
cranelift-codegen = "0.131.0"
cranelift-frontend = "0.131.0"
cranelift-module = "0.131.0"
cranelift-object = "0.131.0"
target-lexicon = "0.13"