hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-29 10:05:39 +00:00
e0e86d5463 added a test case for mutlivariable assignment to instance variables
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-28 16:15:08 +00:00
a93abed8a1 fixed the wrong initialization of the ivaroff field of the context object in make_context()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-28 15:55:47 +00:00
b9997b7079 fixed a bug in printing the class_XXmstore instruction executed
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-27 15:59:09 +00:00
8597f532fa updated the reader to transform the assignment expression to set/set-r expressions.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-22 16:07:52 +00:00
8602a479d7 'do' treated as a keyword
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-22 09:10:58 +00:00
229d3b1f29 renamed return-from-home to revert
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-22 07:07:12 +00:00
191c123cb6 class, fun, break, continue, until, while treated as keywords
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-21 13:19:53 +00:00
60aac191b0 changed the compiler to treat try, catch, throw as keywords
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-20 16:00:41 +00:00
32f1da7d28 trying to change the compiler to treat if, elif, else as keywords
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-19 10:13:57 +00:00
b9103ea890 wip - incompelete code
hyung-hwan pushed to main at hyung-hwan/hawk 2024-08-19 03:59:28 +00:00
4578d98834 fixed h-002.hawk for enhancement to match()
hyung-hwan pushed to main at hyung-hwan/hawk 2024-08-17 15:14:55 +00:00
9953e5c66b updated sample code using match()
hyung-hwan pushed to main at hyung-hwan/hawk 2024-08-17 05:33:02 +00:00
7ff4b3a812 partial enhancement to str::match() and match()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-11 17:27:25 +00:00
1338e88fa3 some code clean-up in bigint.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-10 17:18:09 +00:00
185f72381a updatecd basicAt and basicAtPut to cater for fixed fields
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-10 09:00:33 +00:00
151653aaf4 changed some functions to set no error upon failure in bigint.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-10 05:42:41 +00:00
17cde13cbb added the flexi object bit
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-08 08:36:50 +00:00
acb8a3cd68 renamed some internal functions
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-08 07:30:32 +00:00
b806865c21 removed the str module
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-07 16:52:50 +00:00
5ddc29dc5b added respondsTo and related functions