vexc

Crates.iovexc
lib.rsvexc
version0.1.0
created_at2025-12-02 22:44:06.087753+00
updated_at2025-12-02 22:44:06.087753+00
descriptionCompiler and toolchain for the Vex programming language
homepagehttps://github.com/PizzaLvr49/vex-lang
repositoryhttps://github.com/PizzaLvr49/vex-lang
max_upload_size
id1962801
size24,497
ExoticSliceOfPizza (PizzaLvr49)

documentation

https://docs.rs/vexc

README

Vex Programming Language

CI

A compiler and toolchain for the Vex programming language.

Project Structure

  • vexc/ - The Vex compiler library and CLI

Building

cargo build --release

Testing

cargo test 

Documentation

Generate and view the documentation:

cargo doc --no-deps --open

License

MIT

Commit count: 0

cargo fmt