hcl/t
2023-11-28 01:44:13 +09:00
..
do-01.err enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression 2023-11-28 01:44:13 +09:00
err.sh enhanced the compiler to prohibit variable declaration in class init scope 2023-11-27 18:25:27 +09:00
fun-01.hcl simplified the block expression checking in processing defun by calling the common checker function 2023-11-15 09:58:02 +09:00
insta-01.hcl compiler fix to support the code block expression 2023-11-10 02:59:41 +09:00
insta-02.hcl added t/insta-2.hcl 2022-03-22 14:45:56 +00:00
Makefile.am enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression 2023-11-28 01:44:13 +09:00
Makefile.in enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression 2023-11-28 01:44:13 +09:00
ret-01.hcl chnaged ; to ## in test programs 2023-11-11 17:57:18 +09:00
retvar-01.hcl chnaged ; to ## in test programs 2023-11-11 17:57:18 +09:00
run.sh fixed the vlist reading in the feed-based reader 2022-07-30 03:02:57 +00:00
test-bi.hcl added sys.time, sys.random, sys.srandom. 2019-04-17 03:46:39 +00:00
va-01.hcl added test code for variadic arguments 2022-05-05 14:38:43 +00:00
var-01.err enhanced the compiler to prohibit variable declaration in class init scope 2023-11-27 18:25:27 +09:00
var-01.hcl added a test case for vlist inside the 'do' expression inside a data list 2022-07-30 16:07:39 +00:00
var-02.err enhanced the compiler to prohibit variable declaration in class init scope 2023-11-27 18:25:27 +09:00