An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# zeus-compiler ![Travis (.org)](https://img.shields.io/travis/nukeop/zeus-compiler.svg)
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
```