Go to file
2018-03-23 02:51:38 +00:00
ac exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
lib improved error handling in main-c.c 2018-03-23 02:51:38 +00:00
m4 exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
mod exposed hcl_addbuiltinprims(). 2018-03-19 09:22:12 +00:00
aclocal.m4 exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
configure changed the server code to support multiple listening addresses 2018-03-22 09:46:44 +00:00
configure.ac changed the server code to support multiple listening addresses 2018-03-22 09:46:44 +00:00
Makefile.am added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
Makefile.in exposed hcl_addbuiltinprims(). 2018-03-19 09:22:12 +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