Files
hcl/hcl/README.md
hyung-hwan 92da5dd5a1 enhanced the compiler to implement short-circuited logical 'and' and 'or' special forms.
renamed the primitive function 'and' to '_and' and 'or' to '_or'
2018-03-03 17:16:41 +00:00

29 lines
264 B
Markdown

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