|
ed978e6f2d
|
removed defclass
|
2024-10-03 17:21:08 +09:00 |
|
|
3d0cdb5366
|
rewrote compile_fun() to support attribute list for a function
continuous-integration/drone/push Build is passing
|
2024-10-02 00:33:34 +09:00 |
|
|
f6d97f8301
|
let 'fun' replace 'defun' totally
continuous-integration/drone/push Build is passing
|
2024-09-28 11:57:56 +09:00 |
|
|
a62b89cea9
|
enhanced the reader and compiler to treat the binop expression like a message-send expression
continuous-integration/drone/push Build is passing
|
2024-09-03 12:18:08 +09:00 |
|
|
e0e86d5463
|
added a test case for mutlivariable assignment to instance variables
continuous-integration/drone/push Build is passing
|
2024-08-29 19:05:21 +09:00 |
|
|
8f87dbe008
|
changed the syntax of the class-level variable declacration to use square brackets
continuous-integration/drone/push Build is failing
|
2024-07-09 23:44:24 +09:00 |
|
|
48e6df233b
|
changed ::: to :: to indicate class variables, parent class, retvar
continuous-integration/drone/push Build is passing
|
2024-02-04 01:57:53 +09:00 |
|
|
656af796ed
|
updated testers with updated syntax
continuous-integration/drone/push Build is passing
|
2024-01-15 00:47:01 +09:00 |
|
|
dab0c01e73
|
removed MLIST by LPARCOLON
continuous-integration/drone/push Build is failing
|
2024-01-03 21:11:23 +09:00 |
|
|
758d5e953b
|
updated multiple test files
continuous-integration/drone/push Build is failing
|
2024-01-03 00:45:34 +09:00 |
|
|
41ca7a219d
|
chnaged ; to ## in test programs
continuous-integration/drone/push Build is failing
|
2023-11-11 17:57:18 +09:00 |
|
|
9f38258dd2
|
fixed a test case
|
2022-03-06 15:57:01 +00:00 |
|
|
6d409c809f
|
proper return variables handling in message sends
|
2022-02-21 16:07:55 +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 |
|