Go to file
2018-03-18 15:29:16 +00:00
ac exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
lib started some code for hcl client 2018-03-18 15:29:16 +00:00
m4 exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
mod enhanced the hcl server code to assign an ID to each worker created 2018-03-16 05:56:05 +00:00
aclocal.m4 exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
configure renamed main2.c to main-s.c 2018-03-17 16:07:51 +00:00
configure.ac renamed main2.c to main-s.c 2018-03-17 16:07:51 +00:00
Makefile.am added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
Makefile.in enhanced the hcl server code to assign an ID to each worker created 2018-03-16 05:56:05 +00:00
README.md updated the readme file a bit 2018-03-17 07:31:24 +00:00

HCL - Hybrid Command Language

Language Syntax

A HCL program is composed of more expressions.

Special Form Expression

  • and
  • break
  • defun
  • do
  • elif
  • else
  • if
  • lambda
  • or
  • return
  • set
  • until
  • while

literals

  • #nil
  • #true
  • #false
  • integer
  • character
  • small pointer
  • error
  • string
  • dictionary
  • array
  • byte array

Builtin functions

  • eqv?
  • eqk?
  • printf