https://github.com/cr0a3/flux
The flux compiler
https://github.com/cr0a3/flux
compiler flux language
Last synced: 4 months ago
JSON representation
The flux compiler
- Host: GitHub
- URL: https://github.com/cr0a3/flux
- Owner: Cr0a3
- License: mit
- Created: 2024-12-01T18:48:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:49:47.000Z (8 months ago)
- Last Synced: 2025-03-28T17:51:34.436Z (4 months ago)
- Topics: compiler, flux, language
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# The flux compiler
This reposentory contains the source code for the `flux` compiler
## Why flux?
- No reasons## Building flux
This sections teaches you how to build the flux compiler
### Requirements
- You need to have rust installed
- You need to have git installedTo build flux you simply need to clone the repo:
```
git clone https://github.com/Cr0a3/flux
```Then you'll be able to build the flux language:
```
cargo install --git https://github.com/Cr0a3/ygen-backend-gen.git
cargo build --release --all
cargo install --all --path .
```You now have flux installed on your system! 🎉