hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-24 11:31:58 +00:00
568166b4e2 minor code change for type consisitency
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-24 10:41:54 +00:00
2abda37861 updated code to support the radixed number with 'r'
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-22 13:27:38 +00:00
4651fadcea small change to support radixed number literals
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-22 13:04:30 +00:00
8a277c77c0 ongoing work to support 0x, 0o, 0b
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-21 17:33:14 +00:00
261970a1a4 working to support 0x, 0o, 0b for numbers
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-20 15:52:11 +00:00
f8c84dc2f0 changing the feed handler to recognize a symbol literal without double-quotes.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-20 03:00:33 +00:00
3e6cfccb3b touched up bigint.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-19 18:15:01 +00:00
e81bcbab61 removed the brand field from the object header
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-18 13:23:41 +00:00
41cf6e95ce added a test case for 'stray backslash'
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-18 13:21:20 +00:00
914d1797f3 fixed more reader problems
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-18 12:41:12 +00:00
b6e6274666 fixed various reader issues
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-16 02:12:26 +00:00
ec4a6facee added code to process the binop symbol
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-15 02:51:02 +00:00
a3e2b589be added the make_charaarray instruction and pop_into_chararray insruction
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-14 05:08:49 +00:00
ed33ca2196 added code to support numeric named instance variables
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-13 08:10:15 +00:00
617ab3e753 changed decode_spec to honor the field info for a non-indexed spec instead of hardcoding it to HCL_OBJ_TYPE_OOP
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-12 09:06:31 +00:00
f6f475df4a work in progress dropping the brand bits
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-12 07:08:30 +00:00
6e9e1d35f4 added a test on process handling.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-11 15:26:41 +00:00
8604c6ddf1 call hcl_instantiate() with hcl->c_primitive in hcl_makeprim()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-10 14:11:42 +00:00
b5c24eb440 simplified message send a bit
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-10 06:24:50 +00:00
d0019e52cb fixed typos in configure.ac