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.
- Host: GitHub
- URL: https://github.com/devmattrick/cpsc323
- Owner: devmattrick
- Created: 2020-02-12T02:25:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T09:49:53.000Z (about 6 years ago)
- Last Synced: 2025-01-28T23:28:28.475Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.