hyung-hwan a60bd0c898 renamed hcl_purgeatdic() to hcl_zapatdic()
exposed hcl_moveoop() 
extended the meaning of the kernel bits in the object flags
extended hcl_pfbase_t to include the type - one of HCL_PFBASE_FUNC, HCL_PFBASE_VAR, HCL_PFBASE_CONST. HCL_PFBASE_CONST not fully implemented yet
2018-03-08 14:18:30 +00:00
2018-02-05 10:43:25 +00:00
2018-02-05 10:43:25 +00:00
2018-02-05 10:43:25 +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
Description
No description provided
Readme
Languages
C 71.7%
Shell 12.4%
Makefile 8.8%
M4 1.5%
Haskell 1.5%
Other 4.1%