onla

Crates.ioonla
lib.rsonla
version0.1.0
sourcesrc
created_at2022-08-06 16:11:28.766318
updated_at2022-08-06 16:11:28.766318
descriptionA programming language running on json or yaml
homepagehttps://github.com/artegoser/ONLang
repositoryhttps://github.com/artegoser/ONLang
max_upload_size
id639902
size501,467
Artemy Egorov (artegoser)

documentation

https://github.com/artegoser/ONLang/blob/master/doc/main.md

README

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

Installing

Using

  1. Add the executable file to the path variable
  2. onla example/example.json5

or

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

If you want to help create a pull request

Commit count: 84

cargo fmt