vexc 0.1.0

Compiler and toolchain for the Vex programming language
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented4 out of 7 items with examples
  • Size
  • Source code size: 23.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • PizzaLvr49/vex-lang
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • PizzaLvr49

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