Commit Graph

22 Commits

Author SHA1 Message Date
9c021aa36f the new compiler is becoming usable. but not complete yet.
added more string copy functions
2021-01-22 14:43:47 +00:00
7dd8cc2abd updated lambda/return/return-from-home compiling code in the new compiler 2021-01-21 14:59:01 +00:00
919ab8f57e coding a better compiler 2021-01-17 17:45:39 +00:00
a42b50598a experimenting with the new reader 2021-01-15 09:12:28 +00:00
3d6efc7f62 changing code for the new reader and compiler 2021-01-12 09:06:25 +00:00
78e76a8308 renamed --memsize to --heapsize in bin/main.c
allowed 0 as a heap size to indicate no use of xma
2021-01-01 07:34:21 +00:00
e757d66056 stop specifying explicit DEPENDENCIES by listing the .la files in LDADD/LIBADD 2020-11-16 13:07:15 +00:00
1fc06dac48 cleaned up build files 2020-11-15 09:56:06 +00:00
0ad4d378ee Added some incomplete code for process-switching 2020-10-15 12:57:05 +00:00
51f465e5fc fixed non-local return behaviors 2020-10-13 14:44:00 +00:00
372c0e16ee added hcl_block_t to express a base block. no more reuse of hcl_context_t for the base block 2020-10-09 07:14:32 +00:00
59da10458d enhancing the compiler and hcl_execute() for better interactive use 2020-10-08 09:25:54 +00:00
a46914e9d0 fixing compiler bugs regarding MAKE_FUNCTION and literal frame rebasing 2020-10-07 08:06:49 +00:00
5c30d44d15 writing code for function activation using function-local literal frame 2020-10-05 09:37:26 +00:00
5b7b2c0dea still experimenting to find a good way to represent byte codes and literal frames in the interactive mode 2020-09-28 15:44:04 +00:00
49625d87fd removed unneeded substitutions in configure.ac 2020-08-19 05:10:22 +00:00
702fa3f382 changed --enable-unicode to --enable-wide-char in configure.ac and removed c++ stuffs 2020-08-18 03:03:45 +00:00
c8f12e1ef8 updated ax_pthread.m4 2020-02-27 07:57:19 +00:00
0f38aa8e70 fixed a flaw in print_ucs() in fmt.c
renamed ENABLE_HCLEX to ENABLE_HCLX
2019-06-02 06:42:47 +00:00
63143f721d added hcl_prufmtv() and hcl_prbfmtv() 2019-06-02 05:06:08 +00:00
4fc557e02a refactored fmt code 2019-05-31 10:54:13 +00:00
73361ba5b2 added the bin directory and moves files for binary commands into it 2019-05-14 04:21:35 +00:00