Object Notation Programming Language?
Find a file
2022-08-06 19:24:36 +03:00
doc doc: add concepts roadmap 2022-08-06 18:24:39 +03:00
examples doc: move examples to example folder 2022-08-06 18:24:12 +03:00
src feat: Add error text for file reading error 2022-08-06 19:24:36 +03:00
static/logos doc: rename logos 2022-08-04 19:09:37 +03:00
.gitignore feat: print 2022-08-02 17:58:00 +03:00
Cargo.lock doc: rename package name and publish to crates.io 2022-08-06 19:09:48 +03:00
Cargo.toml doc: add installation from cargo 2022-08-06 19:20:42 +03:00
LICENSE feat: calc 2022-08-03 16:28:00 +03:00
README.md doc: add installation from cargo 2022-08-06 19:20:42 +03:00
ROADMAP.md doc: add concepts roadmap 2022-08-06 18:24:39 +03:00

onlang logo

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

Documentation

Installation

cargo install onla
or
Get binary from releases and add the executable file to the PATH variable

Using

onla examples/example.json5

or

  1. Clone this repo
  2. cargo run --quiet --release -- examples/example.json5

If you want to help create a pull request