Crates.io | onla |
lib.rs | onla |
version | 0.1.0 |
source | src |
created_at | 2022-08-06 16:11:28.766318 |
updated_at | 2022-08-06 16:11:28.766318 |
description | A programming language running on json or yaml |
homepage | https://github.com/artegoser/ONLang |
repository | https://github.com/artegoser/ONLang |
max_upload_size | |
id | 639902 |
size | 501,467 |
ONLang - Object Notation Language (jsON
)
ONLang is an experimental, esoteric programming language, that allows you to use (json or yaml) for PROGRAMMING. The interpreter currently supports only json5 format.
For writing simple scripts.
onla example/example.json5
or
cargo run --quiet --release -- example/example.json5
If you want to help create a pull request