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

https://github.com/devmattrick/cpsc323

A simple compiler for my CPSC 323 project.
https://github.com/devmattrick/cpsc323

Last synced: 10 months ago
JSON representation

A simple compiler for my CPSC 323 project.

Awesome Lists containing this project

README

          

# cpsc323
A simple compiler for my CPSC 323 project.

## Requirements
In order to build this project, you'll need Java 8 and Maven installed.

## Usage
The compiler can be run simply by running: `mvn clean exec`.

It can be built into a jar by running: `mvn clean package`. The built jar takes the path to an input file as an argument.
It will output the result to stdout.