added HCL_LOG_PREFER_JSON and implemented %J

This commit is contained in:
2018-03-02 07:44:13 +00:00
parent 450526215a
commit 60a32bf642
5 changed files with 107 additions and 54 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# HCL - Hybrid Command Language
## Language Syntax
A HCL program is composed of 0 or more expressions.
## Special Form Expression
* break
* defun
* do
* elif
* else
* if
* lambda
* return
* set
* until
* while
## literals
* #nil
* #true
* #false