From d49acb6d309a7e04efe7fa5af3fa7e20264d8b45 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 --- hcl/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/hcl/README.md b/hcl/README.md index 9729241..a017233 100644 --- a/hcl/README.md +++ b/hcl/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