https://github.com/nukeop/zeus-compiler
Compiler for the zeus entertainment system assembly language.
https://github.com/nukeop/zeus-compiler
Last synced: 12 months ago
JSON representation
Compiler for the zeus entertainment system assembly language.
- Host: GitHub
- URL: https://github.com/nukeop/zeus-compiler
- Owner: nukeop
- License: agpl-3.0
- Created: 2018-11-08T13:38:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T14:34:01.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T16:49:42.971Z (over 1 year ago)
- Language: Rust
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zeus-compiler 
Compiler for the zeus entertainment system assembly language.
Main project here: https://github.com/nukeop/zeus
## Getting started
### Building
```shell
$ cargo build
```
Release:
```shell
$ cargo build --release
```
### Running
```shell
$ env RUST_LOG=main=info,zeus_compiler=info cargo run -- --source program.zeus --target compiled.zeus
```
### Testing
```shell
$ cargo test
```