|
57629478a1
|
some 'do' experiment
continuous-integration/drone/push Build is failing
|
2023-11-28 20:47:23 +09:00 |
|
|
9f4bf7485d
|
enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression
continuous-integration/drone/push Build is failing
|
2023-11-28 01:44:13 +09:00 |
|
|
f3c0c1b8c1
|
enhanced the compiler to prohibit variable declaration in class init scope
continuous-integration/drone/push Build is failing
|
2023-11-27 18:25:27 +09:00 |
|
|
e91dde6213
|
added some error check scripts
continuous-integration/drone/push Build is failing
|
2023-11-27 00:08:59 +09:00 |
|
|
84660b6e79
|
simplified the block expression checking in processing defun by calling the common checker function
continuous-integration/drone/push Build is failing
|
2023-11-15 09:58:02 +09:00 |
|
|
4f8e7ae76e
|
added the 'fun' symbol as an alias to 'lamba'
continuous-integration/drone/push Build is failing
|
2023-11-14 12:20:47 +09:00 |
|
|
b6c1cc8864
|
fixed fun-01.hcl
continuous-integration/drone/push Build is failing
|
2023-11-13 16:36:35 +09:00 |
|
|
1c083885bc
|
added a new test script
continuous-integration/drone/push Build is failing
|
2023-11-12 23:03:47 +09:00 |
|
|
41ca7a219d
|
chnaged ; to ## in test programs
continuous-integration/drone/push Build is failing
|
2023-11-11 17:57:18 +09:00 |
|
|
889d5d90ae
|
compiler fix to support the code block expression
continuous-integration/drone/push Build is failing
|
2023-11-10 02:59:41 +09:00 |
|
|
2f9ed77452
|
added --enable-hclgo
continuous-integration/drone/push Build is passing
|
2023-10-27 18:26:24 +09:00 |
|
|
de94b4e66f
|
added the go wrapper files. work in progress
continuous-integration/drone/push Build is failing
|
2023-10-27 18:20:02 +09:00 |
|
|
fe2b9456f4
|
updated configure.ac to capture configure command and arguments
continuous-integration/drone Build is passing
> used the captured info in bin/main.c
|
2023-10-08 00:51:07 +09:00 |
|
|
065147c97d
|
changed AC_CONFIG_HEADER to AC_CONFIG_HEADERS in configure.ac
|
2022-08-17 09:59:29 +00:00 |
|
|
7263ddf7e9
|
added a test case for vlist inside the 'do' expression inside a data list
|
2022-07-30 16:07:39 +00:00 |
|
|
72b0da966f
|
fixed the vlist reading in the feed-based reader
|
2022-07-30 03:02:57 +00:00 |
|
|
9eda7a1208
|
appended -x to the hcl test driver
|
2022-07-29 14:51:00 +00:00 |
|
|
3c5dd6de57
|
fixed a syntax error in var-01.hcl
|
2022-05-06 00:17:26 +00:00 |
|
|
c80dd5820d
|
added test code for variadic arguments
|
2022-05-05 14:38:43 +00:00 |
|
|
0725bfe27a
|
added more test code
|
2022-05-05 13:04:04 +00:00 |
|
|
ff089929a9
|
added HCL_EUNDEFVAR
|
2022-05-05 04:03:56 +00:00 |
|
|
88808b1fae
|
added t/insta-2.hcl
|
2022-03-22 14:45:56 +00:00 |
|
|
8747afba63
|
first successful implementation of class instantion methods
|
2022-03-17 13:22:17 +00:00 |
|
|
9f38258dd2
|
fixed a test case
|
2022-03-06 15:57:01 +00:00 |
|
|
a9ed8220ff
|
added a test case for non-local return
|
2022-03-06 00:39:13 +00:00 |
|
|
6d409c809f
|
proper return variables handling in message sends
|
2022-02-21 16:07:55 +00:00 |
|
|
e70e54293d
|
some testsuites enhancement
|
2022-02-21 15:22:22 +00:00 |
|
|
5c7febf9a8
|
integrating test scripts
|
2022-02-21 08:15:00 +00:00 |
|
|
f0b6ccdf42
|
enhanced the compiler to emit the right instruction for super
|
2022-02-19 17:26:26 +00:00 |
|
|
e482ce620f
|
fixed wrong instructions generated for set-r and return variables.
class variables access fixed to use hcl->active_context->home->owner instead of hcl->active_context->owner
|
2022-02-19 16:57:06 +00:00 |
|
|
2d9f5b51ad
|
added sys.time, sys.random, sys.srandom.
removed test-bi.sh
wrote a simple bigint test program into test-bi.hcl
|
2019-04-17 03:46:39 +00:00 |
|
|
9045220ef8
|
changed hcl_inttostr()
touched up log output and formatted output functions
|
2019-04-16 15:46:00 +00:00 |
|
|
dc3c393247
|
added -v to hcl. found a bug of a new line printed when printf is called. need to debug it
|
2019-04-16 09:35:56 +00:00 |
|