vexc 0.1.0

Compiler and toolchain for the Vex programming language
Documentation
# Vex Programming Language


[![CI](https://github.com/PizzaLvr49/vex-lang/workflows/Rust/badge.svg)](https://github.com/PizzaLvr49/vex-lang/actions)

A compiler and toolchain for the Vex programming language.

## Project Structure


- `vexc/` - The Vex compiler library and CLI

## Building


```bash
cargo build --release
```

## Testing


```bash
cargo test 
```

## Documentation


Generate and view the documentation:

```bash
cargo doc --no-deps --open
```

## License


[MIT](./LICENSE)