vexc 0.1.0

Compiler and toolchain for the Vex programming language
Documentation
[dependencies.thiserror]
version = "2.0.17"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "parser-implementations", "development-tools"]
description = "Compiler and toolchain for the Vex programming language"
documentation = "https://docs.rs/vexc"
edition = "2024"
homepage = "https://github.com/PizzaLvr49/vex-lang"
include = ["src/**/*", "Cargo.toml", "../docs/**/*", "../README.md", "../LICENSE*"]
keywords = ["compiler", "programming-language", "lexer", "parser"]
license = "MIT"
name = "vexc"
readme = "README.md"
repository = "https://github.com/PizzaLvr49/vex-lang"
version = "0.1.0"