basic-lang 0.1.0

The BASIC programming language as it was in 1978.
Documentation
[[bin]]
name = "basic"
path = "src/main.rs"

[lib]
doc = false
name = "macros"
proc-macro = true

[package]
authors = ["David Turnbull"]
description = "The BASIC programming language as it was in 1978."
edition = "2018"
homepage = "http://basic-lang.org/"
license = "Apache-2.0 OR MIT"
name = "basic-lang"
readme = "README.md"
repository = "https://github.com/AE9RB/basic-lang"
version = "0.1.0"