changed hcl to be more json friendly including changing various notations and grammars

This commit is contained in:
2018-04-06 08:33:25 +00:00
parent f1871fbe45
commit e41a02b957
6 changed files with 250 additions and 316 deletions

View File

@ -4,9 +4,12 @@
A HCL program is composed of more expressions.
## Keywords
nil
true
false
## Special Form Expression
* and
* break
* defun
@ -21,11 +24,8 @@ A HCL program is composed of more expressions.
* until
* while
## literals
* #nil
* #true
* #false
## literals
* integer
* character
* small pointer