Releases: W1LDN16H7/JPL
Releases · W1LDN16H7/JPL
Release list
JPL v1.0.0 - First Official Release!
JPL (JSON Programming Language) is a fun and experimental way to write programs entirely in JSON. If you're tired of curly braces or love JSON more than you should, JPL is for you 😎
🚀 What's in v1.0.0
- JSON-based syntax
- Function definitions and calls
- Variables: let, const
- Loops: for, while, do-while
- Conditionals: if-then-else
- Built-in math, string, and system libraries
- Import support (import, bring also laao)
- REPL and CLI support
- Example files included
- .exe and .jar binaries ready to run
- CLI: jpl run, jpl repl, jpl compile, jpl help
- ✨ Pure JSON-based Hello World!
Have fun guys.