Go to file
hyung-hwan 36ee74f0ec enhanced the log_write callback to use as few write system calls as possible.
changed the hcl server to raise an error if .SCRIPT is not followed by actual script text on the same line
2018-03-16 16:20:40 +00:00
ac exported hcl_seterrbfmtv(), hcl_seterrufmtv() 2018-03-14 14:40:05 +00:00
lib enhanced the log_write callback to use as few write system calls as possible. 2018-03-16 16:20:40 +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 enhanced the log_write callback to use as few write system calls as possible. 2018-03-16 16:20:40 +00:00
configure.ac enhanced the log_write callback to use as few write system calls as possible. 2018-03-16 16:20:40 +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 enhanced the compiler to implement short-circuited logical 'and' and 'or' special forms. 2018-03-03 17:16:41 +00:00

HCL - Hybrid Command Language

Language Syntax

A HCL program is composed of 0 or more expressions.

Special Form Expression

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

literals

  • #nil
  • #true
  • #false