Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beng49/compiler-frontend
https://github.com/beng49/compiler-frontend
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beng49/compiler-frontend
- Owner: BenG49
- License: mit
- Created: 2021-03-06T16:10:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T03:20:54.000Z (over 3 years ago)
- Last Synced: 2023-03-10T09:48:25.671Z (almost 2 years ago)
- Language: Java
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compiler
A maybe compiler that maybe works
## To Run:
1. Clone with `git clone https://github.com/BenG49/compiler.git`
2. Run `./gradlew run --args=''` in the root folder, where `` is a path pointing to the plaintext file you want to (maybe) compile
3. Profit![run example](https://github.com/BenG49/compiler/blob/main/example.png?raw=true)