gabelang 1.1.0

A high level, interpretted and garbage collected programming language
Documentation
[[bin]]
name = "gabelang"
path = "src/main.rs"

[dependencies]

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

[package]
authors = ["Gabriel Buxo"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
description = "A high level, interpretted and garbage collected programming language"
edition = "2021"
license = "MIT"
name = "gabelang"
readme = "README.md"
repository = "https://github.com/buxogabriel/gabelang"
version = "1.1.0"