updated the readme file a bit
This commit is contained in:
parent
c41c3a12af
commit
b011505e08
16
README.md
16
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Language Syntax
|
## Language Syntax
|
||||||
|
|
||||||
A HCL program is composed of 0 or more expressions.
|
A HCL program is composed of more expressions.
|
||||||
|
|
||||||
|
|
||||||
## Special Form Expression
|
## Special Form Expression
|
||||||
@ -26,3 +26,17 @@ A HCL program is composed of 0 or more expressions.
|
|||||||
* #nil
|
* #nil
|
||||||
* #true
|
* #true
|
||||||
* #false
|
* #false
|
||||||
|
* integer
|
||||||
|
* character
|
||||||
|
* small pointer
|
||||||
|
* error
|
||||||
|
* string
|
||||||
|
* dictionary
|
||||||
|
* array
|
||||||
|
* byte array
|
||||||
|
|
||||||
|
## Builtin functions
|
||||||
|
|
||||||
|
* eqv?
|
||||||
|
* eqk?
|
||||||
|
* printf
|
||||||
|
Loading…
Reference in New Issue
Block a user