hyung-hwan b7590398f1 implemented simple idle timeout on the server.
added --shutwr to the sample client code
2018-03-22 07:15:19 +00:00
2018-03-19 09:22:12 +00:00
2018-03-19 09:22:12 +00:00
2018-03-17 16:07:51 +00:00
2018-03-19 09:22:12 +00:00
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
Description
No description provided
Readme 32 MiB
Languages
C 71.8%
Shell 12.3%
Makefile 8.8%
M4 1.5%
Haskell 1.5%
Other 4.1%