added HCL_LOG_PREFER_JSON and implemented %J
This commit is contained in:
26
hcl/README.md
Normal file
26
hcl/README.md
Normal 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
|
Reference in New Issue
Block a user