hcl/bin
2023-11-08 00:11:43 +09:00
..
main-c.c renamed hcl_readchar() to chl_readbaseinchar(). 2022-08-02 13:41:13 +00:00
main-j.c added the bin directory and moves files for binary commands into it 2019-05-14 04:21:35 +00:00
main-s.c allowed vmprim.alloc_heap() to create a bigger heap than requested. 2021-02-09 14:54:54 +00:00
main.c switched to use fgetc() instead of fread() because fread() doesn't stop when a new line is enountered. fgets() is not a good candidate either. 2023-11-08 00:11:43 +09:00
Makefile.am removed unneeded code 2021-02-08 15:50:53 +00:00
Makefile.in added --enable-hclgo 2023-10-27 18:26:24 +09:00