.. |
call-01.err
|
updated the reader to forge an outer xlist automatically if the beginning is a complex literal expression like array([]), dictionary(#{}), etc
|
2024-01-14 09:48:57 +09:00 |
class-01.err
|
updating the compiler to recognize class-level variables accessors prefixed with self/super in assignment expressions
|
2023-12-02 03:35:59 +09:00 |
do-01.err
|
updated testers with updated syntax
|
2024-01-15 00:47:01 +09:00 |
do-02.err
|
some compiler enhancements
|
2023-11-29 15:54:37 +09:00 |
err.sh
|
enhanced the compiler to prohibit variable declaration in class init scope
|
2023-11-27 18:25:27 +09:00 |
feed-01.err
|
updated multiple test files
|
2024-01-03 00:45:34 +09:00 |
fun-01.hcl
|
experimenting with a new line as a terminator like a semicolon. this breaks some test cases as of now
|
2024-01-18 18:16:05 +08:00 |
insta-01.hcl
|
added line-break escaping
|
2024-01-18 22:55:50 +08:00 |
insta-02.hcl
|
added line-break escaping
|
2024-01-18 22:55:50 +08:00 |
Makefile.am
|
experimenting with a new line as a terminator like a semicolon. this breaks some test cases as of now
|
2024-01-18 18:16:05 +08:00 |
Makefile.in
|
experimenting with a new line as a terminator like a semicolon. this breaks some test cases as of now
|
2024-01-18 18:16:05 +08:00 |
mlist-01.err
|
:= experiment
|
2024-01-07 10:38:37 +09:00 |
ret-01.hcl
|
added line-break escaping
|
2024-01-18 22:55:50 +08:00 |
retvar-01.hcl
|
updated testers with updated syntax
|
2024-01-15 00:47:01 +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
|
experimenting with a new line as a terminator like a semicolon. this breaks some test cases as of now
|
2024-01-18 18:16:05 +08: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 |
var-02.hcl
|
updated the reader to forge an outer xlist automatically if the beginning is a complex literal expression like array([]), dictionary(#{}), etc
|
2024-01-14 09:48:57 +09:00 |
var-03.err
|
some compiler enhancements
|
2023-11-29 15:54:37 +09:00 |
var-04.err
|
making variable resolution more consisitent. class name resolution part still in progress
|
2023-12-02 12:52:36 +09:00 |