Go to file
2018-03-14 10:39:36 +00:00
ac trying to revive this project 2018-02-05 10:43:25 +00:00
lib added .DATA to the chunked output 2018-03-14 10:39:36 +00:00
m4 moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
mod moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
aclocal.m4 moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
configure moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
configure.ac moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
Makefile.am added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
Makefile.in moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +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