Go to file
2018-03-02 07:58:37 +00:00
ac trying to revive this project 2018-02-05 10:43:25 +00:00
lib fixed the wrong word output for #nil in the json format 2018-03-02 07:58:37 +00:00
m4 trying to revive this project 2018-02-05 10:43:25 +00:00
mod changed the prototype of hcl_pfimpl_t to accept a hcl_mod_t* pointer 2018-02-28 04:52:01 +00:00
aclocal.m4 trying to revive this project 2018-02-05 10:43:25 +00:00
configure changed the format of accepted values by --enable-unicode 2018-02-28 07:33:13 +00:00
configure.ac changed the format of accepted values by --enable-unicode 2018-02-28 07:33:13 +00:00
Makefile.am added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
Makefile.in added --enable-unicode to configure.ac 2018-02-21 07:37:10 +00:00
README.md added HCL_LOG_PREFER_JSON and implemented %J 2018-03-02 07:44:13 +00:00

HCL - Hybrid Command Language

Language Syntax

A HCL program is composed of 0 or more expressions.

Special Form Expression

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

literals

  • #nil
  • #true
  • #false