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
- Host: GitHub
- URL: https://github.com/linarcx/jlox
- Owner: LinArcX
- Archived: true
- Created: 2023-04-10T21:11:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T13:02:04.000Z (about 3 years ago)
- Last Synced: 2025-03-02T05:15:20.685Z (over 1 year ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.