|
54e33f53b9
|
added vm code to apply the attribute list encoded in the CLASS_ENTER instruction
continuous-integration/drone/push Build is passing
|
2024-10-06 00:18:24 +09:00 |
|
|
b108cc79e7
|
removed some unused code
continuous-integration/drone/push Build is passing
|
2024-09-28 01:47:28 +09:00 |
|
|
e81bcbab61
|
removed the brand field from the object header
continuous-integration/drone/push Build is passing
|
2024-09-20 03:14:48 +09:00 |
|
|
a3e2b589be
|
added the make_charaarray instruction and pop_into_chararray insruction
continuous-integration/drone/push Build is passing
|
2024-09-15 11:51:11 +09:00 |
|
|
617ab3e753
|
changed decode_spec to honor the field info for a non-indexed spec instead of hardcoding it to HCL_OBJ_TYPE_OOP
continuous-integration/drone/push Build is passing
|
2024-09-13 17:09:58 +09:00 |
|
|
f6f475df4a
|
work in progress dropping the brand bits
continuous-integration/drone/push Build is failing
|
2024-09-12 18:06:12 +09:00 |
|
|
6e9e1d35f4
|
added a test on process handling.
continuous-integration/drone/push Build is failing
used hcl_instantiate() in making process-related objects
|
2024-09-12 16:08:16 +09:00 |
|
|
c8af7b2fd3
|
use hcl_instantiate() in hcl_makedic()
continuous-integration/drone/push Build is passing
|
2024-09-08 17:26:22 +09:00 |
|
|
b39bfaa181
|
updated code to correct the RDONLY bit behavior
continuous-integration/drone/push Build is passing
|
2024-09-08 15:52:32 +09:00 |
|
|
1dedee9ae3
|
instanation the bxxx literal as ByteString. no more ByteArray
continuous-integration/drone/push Build is passing
|
2024-09-07 00:39:46 +09:00 |
|
|
17cde13cbb
|
added the flexi object bit
continuous-integration/drone/push Build is passing
|
2024-08-10 14:42:21 +09:00 |
|
|
fb25712133
|
removed the nivars and ncvars fields from class
continuous-integration/drone/push Build is passing
|
2024-07-25 02:44:43 +09:00 |
|
|
dfc6ec94f4
|
updating internal class representation
continuous-integration/drone/push Build is passing
|
2024-07-23 23:50:29 +09:00 |
|
|
e1de4624fd
|
broken code - trying to put the name field to class
continuous-integration/drone/push Build is failing
|
2024-07-15 19:37:26 +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 |
|
|
c795b28cb8
|
added hcl_instantiatewithtrailer()
continuous-integration/drone/push Build is passing
|
2024-05-15 22:59:34 +09:00 |
|
|
27459c7010
|
updated hcl_makebigint()
|
2024-04-09 00:43:27 +09:00 |
|
|
d578ded2c8
|
update for type correctness
continuous-integration/drone/push Build is passing
|
2024-04-06 16:52:53 +09:00 |
|
|
b1d62105a5
|
wip - fixing bootstrapping issues related to objects and classes
continuous-integration/drone/push Build is failing
|
2024-04-05 10:00:58 +09:00 |
|
|
9cd1f90d5d
|
wip - full oop - ignition ok - able to create bootstrapping classes. - able to instantiate objects
continuous-integration/drone/push Build is passing
|
2024-03-08 00:23:52 +09:00 |
|
|
874d0c7962
|
wip - full oop - added spec and selfspec to the class struct
continuous-integration/drone/push Build is failing
|
2024-03-06 07:51:29 +09:00 |
|
|
def1e7349c
|
first attempt in implementing full OO
continuous-integration/drone/push Build is passing
|
2024-03-02 14:59:27 +09:00 |
|
|
2bd510181c
|
enhanced error handling in some object allocation functions
continuous-integration/drone/push Build is passing
|
2024-02-25 13:55:03 +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 |
|
|
3d47a99cd2
|
added many charcter handling code
continuous-integration/drone/push Build is failing
|
2023-11-22 00:24:57 +09:00 |
|
|
5a28ab3749
|
working on the block expression compilation
continuous-integration/drone/push Build is failing
|
2023-11-10 00:03:03 +09:00 |
|
|
ff089929a9
|
added HCL_EUNDEFVAR
|
2022-05-05 04:03:56 +00:00 |
|
|
420d38c8be
|
simplified the class variable access by remembering the method owner class in context objects
|
2022-02-17 12:40:22 +00:00 |
|
|
2c2cfc99bb
|
changed the object instantiation function to add up the instance variables counts of the superclass chain
|
2022-02-07 15:13:38 +00:00 |
|
|
ef24bf68df
|
implementing instance variable access with regards to inheritance
|
2022-02-06 16:06:48 +00:00 |
|
|
d1c12bc543
|
attempting to touch up the context object
|
2022-02-03 00:57:36 +00:00 |
|
|
0fd038ddb6
|
utf8 range limiting.
compiler work for class variable access in the class defintion scope
|
2022-01-08 09:26:54 +00:00 |
|
|
a61f6f5f47
|
fixed the missing prototype defintion of hcl_instantiate()
|
2021-12-31 08:39:12 +00:00 |
|
|
72724799b3
|
working on object instanttiation
|
2021-12-27 23:12:36 +00:00 |
|
|
6b476b5c6e
|
more code to implement class
|
2021-06-27 17:47:51 +00:00 |
|
|
5b26ef46b1
|
some code for class instantiation
|
2021-05-21 16:21:23 +00:00 |
|
|
03cb4c67fb
|
implementing make_class instructoin
|
2021-05-21 09:59:35 +00:00 |
|
|
a20587537e
|
minor code fixes
|
2021-03-27 10:32:23 +00:00 |
|
|
51e347889d
|
the new compiler is becoming usable. but not complete yet.
added more string copy functions
|
2021-01-22 14:43:47 +00:00 |
|
|
e4ae7add8b
|
coding a better compiler
|
2021-01-17 17:45:39 +00:00 |
|
|
6720640ed7
|
adding some work-in-progress code to store debugging information for generated byte codes
|
2021-01-03 13:51:23 +00:00 |
|
|
c6145a2302
|
fixed an issue with an old compiler
|
2020-12-31 18:15:27 +00:00 |
|
|
11e831bbcc
|
switching GC from semi-space copying to mark-sweep
|
2020-12-31 17:48:47 +00:00 |
|
|
1b07957718
|
fixed a gc error not fixed in the previous commit
|
2020-10-04 19:07:21 +00:00 |
|
|
2b786018d7
|
changing vm implementation a bit. this commit is buggy
|
2020-10-04 18:21:05 +00:00 |
|
|
c7e87698d0
|
still experimenting to find a good way to represent byte codes and literal frames in the interactive mode
|
2020-09-28 15:44:04 +00:00 |
|
|
6e5a92a041
|
refined the msb positioning functions
migrated hcl_isint()/hcl_isbigint() to hcl-prv.h
|
2019-05-04 17:56:45 +00:00 |
|
|
fd99432186
|
redefined hash functions
|
2019-03-06 01:50:46 +00:00 |
|
|
e935ba7221
|
fixed a bug in alloc_numeric_array() that allocated the extra 'len' bytes instead of a single extra 'unit' bytes
|
2018-12-10 09:26:34 +00:00 |
|
|
e92407221f
|
renamed some function names for naming consistency
|
2018-04-07 15:54:16 +00:00 |
|