mirror of
https://github.com/artegoser/ONLang
synced 2024-12-23 09:33:44 +03:00
doc: add compressed example, and cli doc
This commit is contained in:
parent
1da96d7704
commit
4bf6169781
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# Cli
|
||||||
|
|
||||||
|
`on file.onla` to run file.onla
|
||||||
|
`on file.onla --compress -o compressed.conla` to compress file.onla to messagePack format
|
||||||
|
`on file.onla --convert json -o file.json` to compress file.onla to json (supported formats: json, json5, yaml)
|
||||||
|
|
||||||
# How to
|
# How to
|
||||||
|
|
||||||
`All posibilities in example.json5`
|
`All posibilities in example.json5`
|
||||||
|
|
1
examples/hello_world.conla
Normal file
1
examples/hello_world.conla
Normal file
|
@ -0,0 +1 @@
|
||||||
|
‘¬Hello world!
|
Loading…
Add table
Reference in a new issue