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

https://github.com/linarcx/jlox

a stupid compiler in java
https://github.com/linarcx/jlox

Last synced: about 1 year ago
JSON representation

a stupid compiler in java

Awesome Lists containing this project

README

          

# jlox
simple programming language written in java

# Prerequisites
- git
- openjdk
- fzf

# Build/Run/Clean
## Linux
source `project.sh` file:
`. project.sh`

now, you can run p from command line and build/run/debug jlox.