ONLang/README.md

30 lines
682 B
Markdown
Raw Normal View History

2022-08-04 19:05:56 +03:00
![onlang logo](static/logos/OnLang-transparent.png)
# You may have questions
ONLang - Object Notation Language (js`ON`)
## 1. God, what the f\*\*\*\* is this
2022-08-06 18:24:12 +03:00
ONLang is an experimental, esoteric programming language, that allows you to use (**json or yaml**) for **PROGRAMMING**. The interpreter currently supports only json5 format.
2022-08-04 19:05:56 +03:00
## 2. What is it for
For writing simple scripts.
## 3. How run scripts
1. Add the executable file to the path variable
2022-08-06 18:24:12 +03:00
2. `on example/example.json5`
2022-08-04 19:05:56 +03:00
or
1. Clone this repo
2022-08-06 18:24:12 +03:00
2. `cargo run --quiet --release -- example/example.json5`
2022-08-04 19:05:56 +03:00
2022-08-04 19:07:42 +03:00
## 4. How to write in this language
2022-08-04 19:05:56 +03:00
[Documentation](doc/main.md)
If you want to help create a pull request