From b011505e080f8190f2ab732ce1dc2bff9a8ea0b5 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 17 Mar 2018 07:31:24 +0000 Subject: [PATCH] updated the readme file a bit --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9729241..a017233 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Language Syntax -A HCL program is composed of 0 or more expressions. +A HCL program is composed of more expressions. ## Special Form Expression @@ -26,3 +26,17 @@ A HCL program is composed of 0 or more expressions. * #nil * #true * #false +* integer +* character +* small pointer +* error +* string +* dictionary +* array +* byte array + +## Builtin functions + +* eqv? +* eqk? +* printf