|
75580f5235
|
fixed the bug accessing the wrong context in IVAR and CVAR_M instructions
continuous-integration/drone/push Build is passing
|
2024-05-31 15:16:31 +09:00 |
|
|
c25f0dabdb
|
compiler fix to prohibit self. or super. in out-of-class method defintion nested in a normal method in a class
continuous-integration/drone/push Build is passing
|
2024-05-29 23:19:25 +09:00 |
|
|
b4d435a593
|
compiler improvement to support out-of-class class method or calss instance method definitions. pending more tests
continuous-integration/drone/push Build is passing
|
2024-05-26 23:18:26 +09:00 |
|
|
35929b8c88
|
experimenting udi implementation
continuous-integration/drone/push Build is passing
|
2024-05-18 13:47:37 +09:00 |
|
|
f08ba4cd12
|
fixed to clear inner data upon an error in the interactive mode
continuous-integration/drone/push Build is passing
|
2024-05-16 19:40:43 +09:00 |
|
|
803f9b2817
|
fixed the tv.wcount and tv.s.len restoration logic upon compiliation failure
continuous-integration/drone/push Build is passing
|
2024-04-21 02:24:27 +09:00 |
|
|
f9bf37f8bf
|
fixed the lvalue check in the assignment list in read.c
continuous-integration/drone/push Build is passing
touched up fnblk handling in comp.c
updated more code in hcl-x.c
|
2024-04-18 23:06:28 +09:00 |
|
|
897042f7f7
|
simplified the CLASS_LOAD instruction by chaining it with a PUSH instruction. now the class name part of the out-of-class method defintion refers to a normal variable
continuous-integration/drone/push Build is passing
|
2024-04-13 17:17:15 +09:00 |
|
|
7001476e6d
|
wip - changing class reference implementation in out-of-class method defintion - attempting to allow non-global names as well
continuous-integration/drone/push Build is passing
|
2024-04-13 15:15:27 +09:00 |
|
|
637e8ba3c4
|
fixed the compiler's check for block expression after if, elif, else, try, catch
continuous-integration/drone/push Build is passing
|
2024-04-13 00:48:23 +09:00 |
|
|
2437fadedf
|
fixed the compiler to check the presense of the exception handler expression in the catch part
continuous-integration/drone/push Build is passing
|
2024-04-10 19:48:49 +09:00 |
|
|
4be0299de3
|
some implementation updates to the CLASS_LOAD instruction
continuous-integration/drone/push Build is passing
|
2024-04-04 21:16:28 +09:00 |
|
|
da4e895f6f
|
wip - out-of-class method definition
continuous-integration/drone/push Build is passing
|
2024-04-01 01:24:00 +09:00 |
|
|
e0ba7c6f12
|
updated the compiler to treat fun/class as defun/defclass if possible
continuous-integration/drone/push Build is passing
|
2024-03-31 23:14:17 +09:00 |
|
|
a0e47d79f9
|
wip - tiny change to out-of-tree method defintion handling
continuous-integration/drone/push Build is passing
|
2024-03-16 16:36:01 +09:00 |
|
|
9ff7c32262
|
updated test cases
continuous-integration/drone/push Build is passing
implementing method defintion outside the class definition block
|
2024-03-14 23:26:38 +09:00 |
|
|
37e0efc74a
|
separated tuple([] used for assignment) from array(holding data)
continuous-integration/drone/push Build is passing
|
2024-03-10 22:38:01 +09:00 |
|
|
00ad4dd779
|
added a test case to check a block expression as a conditional expression for if
continuous-integration/drone/push Build is passing
|
2024-03-09 22:48:04 +09:00 |
|
|
dd97f3b7f6
|
adding special handling for binop
continuous-integration/drone/push Build is passing
|
2024-02-09 13:07:37 +09:00 |
|
|
00438200f9
|
fixed a test case regarding self and super as a return value
continuous-integration/drone/push Build is passing
|
2024-02-08 01:39:21 +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 |
|
|
c2928615a4
|
shortened ::* to :*
continuous-integration/drone/push Build is passing
|
2024-02-03 18:50:10 +09:00 |
|
|
9aa1bde1a1
|
changed hcl_geterrnum() to HCL_ERRNUM().
continuous-integration/drone/push Build is passing
reintroduced hcl_geterrnum() as a function
|
2024-02-03 13:36:05 +09:00 |
|
|
d339338a40
|
added some pascal wrapper files
continuous-integration/drone/push Build is passing
|
2024-02-02 14:57:46 +09:00 |
|
|
aaa6e35787
|
enhanced the reader and compiler to treat characters and strings prefixed with b and u as a limited range character and a byte array with internal terminating null at the back
|
2024-01-25 23:48:06 +09:00 |
|
|
bc7cbd9ed2
|
renumbers error testers basing on 5000.
continuous-integration/drone/push Build is passing
fixed a compiler bug not checking the lower bound of block depth in find_variable_backward_with_word()
|
2024-01-23 01:11:13 +09:00 |
|
|
b3f363c94f
|
experimenting with a new line as a terminator like a semicolon. this breaks some test cases as of now
continuous-integration/drone/push Build is failing
|
2024-01-18 18:16:05 +08:00 |
|
|
c5606262b9
|
WIP - multi-vars assignment
|
2024-01-13 14:37:59 +09:00 |
|
|
a960af379a
|
added more context-sensitive error messages upon memory allocation failures in comp.c and read.c
continuous-integration/drone/push Build is passing
|
2024-01-06 18:11:39 +09:00 |
|
|
3ea6b92b5f
|
attempt to implement the assignment expression using :=
continuous-integration/drone/push Build is failing
|
2024-01-06 13:15:15 +09:00 |
|
|
309442e307
|
enhanced the compiler to show a proper message for a redundant class name defined with 'class'
continuous-integration/drone/push Build is failing
|
2024-01-02 13:59:03 +09:00 |
|
|
caebe2c5a9
|
added hcl_unmarshalcodefrommem() and hcl_marshalcodetomem()
continuous-integration/drone/push Build is failing
|
2023-12-30 22:28:04 +09:00 |
|
|
007a6c6b48
|
added more code struct manipulation code
continuous-integration/drone/push Build is failing
|
2023-12-28 00:27:27 +09:00 |
|
|
ce4c583773
|
writing code exchange functions
continuous-integration/drone/push Build is failing
|
2023-12-27 09:09:40 +09:00 |
|
|
657c14fc93
|
minor typecasting change
continuous-integration/drone/push Build is failing
|
2023-12-08 18:36:23 +09:00 |
|
|
10189e60ce
|
cleaned up some code
continuous-integration/drone/push Build is failing
|
2023-12-07 23:01:17 +09:00 |
|
|
af3abee6ca
|
preparing to flatten byte code structure
continuous-integration/drone/push Build is failing
|
2023-12-06 17:19:57 +09:00 |
|
|
291a999c2a
|
cleaned up code by removing migrating unused functions
continuous-integration/drone/push Build is failing
|
2023-12-06 11:09:15 +09:00 |
|
|
89b5089564
|
modified the reader to allow redundant semicolons as if blank expressions are specified. redundant semicolons form no expressions.
continuous-integration/drone/push Build is failing
modified the compiler to emit instructions to return the receiver for methods for classes
|
2023-12-04 22:35:30 +09:00 |
|
|
01fcaba626
|
updated the compiler to compile 'class' without the class name while 'defclass' with the class name
continuous-integration/drone/push Build is failing
|
2023-12-02 23:21:57 +09:00 |
|
|
0bf3bde497
|
making variable resolution more consisitent. class name resolution part still in progress
continuous-integration/drone/push Build is failing
|
2023-12-02 12:52:36 +09:00 |
|
|
924d4ad5e2
|
updating the compiler to recognize class-level variables accessors prefixed with self/super in assignment expressions
continuous-integration/drone/push Build is failing
|
2023-12-02 03:35:59 +09:00 |
|
|
70828ac110
|
updated the reader and the compiler to support self.var inside class definition
continuous-integration/drone/push Build is failing
|
2023-12-01 21:49:28 +09:00 |
|
|
bb4786b6ca
|
some compiler enhancements
continuous-integration/drone/push Build is failing
|
2023-11-29 15:54:37 +09:00 |
|
|
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 |
|
|
3d47a99cd2
|
added many charcter handling code
continuous-integration/drone/push Build is failing
|
2023-11-22 00:24:57 +09:00 |
|
hyung-hwan
|
6a861d2db5
|
minor code clean-up
continuous-integration/drone/push Build is failing
|
2023-11-21 16:30:20 +09:00 |
|
|
01c0636206
|
enhanced the block expression checker to allow non-block expression if not followed by another expression
continuous-integration/drone/push Build is failing
|
2023-11-15 14:35:49 +09:00 |
|