mirror of
https://github.com/artegoser/ONLang
synced 2024-12-22 17:13:46 +03:00
doc: add link to vscode extension
and rename .json5 files to .onla
This commit is contained in:
parent
e5c840a1e2
commit
e35a1effd6
3 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
# You may have questions
|
# You may have questions
|
||||||
|
|
||||||
ONLang - Object Notation Language (js`ON`)
|
ONLang - Object Notation Language (js`ON`)
|
||||||
|
VSCode extension - [OnLang](https://marketplace.visualstudio.com/items?itemName=artegoser.onlang)
|
||||||
|
|
||||||
## 1. God, what the f\*\*\*\* is this
|
## 1. God, what the f\*\*\*\* is this
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// Now the file with the extension .json5, but then it will be .onla
|
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
print: [
|
print: [
|
|
@ -74,4 +74,5 @@
|
||||||
// "21! == 51 090 942 171 709 440 000: ",
|
// "21! == 51 090 942 171 709 440 000: ",
|
||||||
// { _eq: [{ fact: [21] }, 51090942171709440000] },
|
// { _eq: [{ fact: [21] }, 51090942171709440000] },
|
||||||
// ], some json and yaml troubles with number `51090942171709440000`
|
// ], some json and yaml troubles with number `51090942171709440000`
|
||||||
|
{ calc: ["operand", "+", "operand"] }
|
||||||
]
|
]
|
Loading…
Add table
Reference in a new issue