mirror of
https://github.com/artegoser/ONLang
synced 2024-11-05 20:43:57 +03:00
Object Notation Programming Language?
esoteric-languageesoteric-programming-languageexperimentexperimentalinterpreterlanguageonlangprogramming-languagescripting-language
doc | ||
examples | ||
src | ||
static/logos | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
ROADMAP.md |
You may have questions
ONLang - Object Notation Language (jsON
)
1. God, what the f**** is this
ONLang is an experimental, esoteric programming language, that allows you to use (json or yaml) for PROGRAMMING. The interpreter currently supports only json5 format.
2. What is it for
For writing simple scripts.
3. How to write in this language
Installation
cargo install onla
or
Get binary from releases and add the executable file to the PATH variable
Using
onla examples/example.json5
or
- Clone this repo
cargo run --quiet --release -- examples/example.json5
If you want to help create a pull request