|
759a090284
|
added process termination primitives
|
2021-05-15 11:19:52 +00:00 |
|
|
a104f3ad5b
|
implemented multiple return values assignment with set-r
|
2021-05-15 05:31:36 +00:00 |
|
|
32405a46eb
|
some more code to support multiple return values via return variables
|
2021-05-13 14:43:40 +00:00 |
|
|
a67da34260
|
writing code for return variables support
|
2021-05-11 15:04:53 +00:00 |
|
|
5f7dc95f40
|
writing code to implement return variables
|
2021-05-09 15:32:54 +00:00 |
|
|
2cd3a0cc6e
|
enhancing the compiler to support the variable argument list with the ellipsis
|
2021-05-07 08:53:01 +00:00 |
|
|
26392cc729
|
fixing bugs
|
2021-05-06 14:47:37 +00:00 |
|
|
a3fba2a826
|
updating code to handle the new make_block, make_function scheme
|
2021-05-06 08:14:00 +00:00 |
|
|
2f888200e8
|
changed the block temporaries scheme
|
2021-05-05 14:37:01 +00:00 |
|
|
2618dad287
|
changing the encoding scheme to store the block temporaries
|
2021-05-04 09:48:19 +00:00 |
|
|
60f8ac0c5f
|
coding the compiler to handle an exception variable in the catch part
|
2021-04-22 09:35:26 +00:00 |
|
|
32401bff58
|
reimplementing try-catch
|
2021-04-11 15:08:27 +00:00 |
|
|
35f3393bf5
|
improving function block and control block handling in the compiler code
|
2021-04-09 08:22:40 +00:00 |
|
|
1ee3716f59
|
committing broken interim code
|
2021-04-09 01:23:08 +00:00 |
|
|
0de8ae34d1
|
some more code cleanup
|
2021-03-28 03:44:27 +00:00 |
|
|
4f35e08f97
|
added some code for throw
|
2021-02-28 17:00:28 +00:00 |
|
|
61a2c8cd60
|
added the try_catch instruction
|
2021-02-22 14:56:27 +00:00 |
|
|
593b0ad98c
|
enhancing the compiler to support (try ... catch ...)
|
2021-02-22 09:20:45 +00:00 |
|
|
505b4a181b
|
adding hcl_openstd()
|
2021-02-07 17:57:35 +00:00 |
|
|
a37cd8acb7
|
added some semaphore handling code
|
2021-02-05 15:22:39 +00:00 |
|
|
8a3ff5abb1
|
preparing to implement semaphores
|
2021-02-03 14:50:51 +00:00 |
|
|
82d0c1ccca
|
fixed some compiler bugs
|
2021-02-01 13:20:46 +00:00 |
|
|
d3ad99a719
|
made enhancement to show location information for the ECALL runtime error
|
2021-01-29 12:39:31 +00:00 |
|
|
ea31979712
|
removed unneeded code
|
2021-01-29 09:41:39 +00:00 |
|
|
c4ba555fd0
|
enhanced the compiler to support (continue)
|
2021-01-29 08:13:18 +00:00 |
|
|
7d3df714a4
|
compiler enhancement in progress
|
2021-01-28 10:09:38 +00:00 |
|
|
35d04c658c
|
more compiler code to store source locations of byte codes emitted
|
2021-01-28 08:17:50 +00:00 |
|
|
3bb5598b67
|
more ongoing compiler enhancements
|
2021-01-28 07:25:05 +00:00 |
|
|
c744ec7b4f
|
enhanced the compiler a bit
|
2021-01-27 16:01:36 +00:00 |
|
|
27c243b650
|
changing compiler code to preserve some debugging information
|
2021-01-27 08:47:08 +00:00 |
|
|
be3302cbb9
|
fixed the reader and the compiler to process the a dic/array/byte-array item after a period in a data list properly
|
2021-01-25 15:23:24 +00:00 |
|
|
4ec9395543
|
enhanced the new compiler to produce working bytecodes for the #() list
|
2021-01-24 15:45:28 +00:00 |
|
|
c30a8c6688
|
restored the module loading code in the new compiler. but this needs a total makeover
|
2021-01-22 15:07:47 +00:00 |
|
|
9c021aa36f
|
the new compiler is becoming usable. but not complete yet.
added more string copy functions
|
2021-01-22 14:43:47 +00:00 |
|
|
7dd8cc2abd
|
updated lambda/return/return-from-home compiling code in the new compiler
|
2021-01-21 14:59:01 +00:00 |
|
|
0fa279fa1c
|
yet implementing the new compiler
|
2021-01-19 14:07:42 +00:00 |
|
|
919ab8f57e
|
coding a better compiler
|
2021-01-17 17:45:39 +00:00 |
|
|
a42b50598a
|
experimenting with the new reader
|
2021-01-15 09:12:28 +00:00 |
|
|
877919afdd
|
modified code further to enhance the reader
|
2021-01-13 09:54:44 +00:00 |
|
|
3d6efc7f62
|
changing code for the new reader and compiler
|
2021-01-12 09:06:25 +00:00 |
|
|
0d3d8b466e
|
changing read2.c
|
2021-01-12 00:21:43 +00:00 |
|
|
5b046b232e
|
more code to implement a new object reader
|
2021-01-10 16:04:36 +00:00 |
|
|
09c2352666
|
changing code to improve the compiler
|
2021-01-09 16:53:35 +00:00 |
|
|
a8865a8a0b
|
attempting to preserve token location between the reader and the compiler
|
2021-01-06 09:37:29 +00:00 |
|
|
8f6afe0625
|
removed unneeded code
|
2021-01-03 17:58:57 +00:00 |
|
|
c193728e3f
|
adding some work-in-progress code to store debugging information for generated byte codes
|
2021-01-03 13:51:23 +00:00 |
|
|
f68b80143a
|
switching GC from semi-space copying to mark-sweep
|
2020-12-31 17:48:47 +00:00 |
|
|
74e6511b9c
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
|
|
59da10458d
|
enhancing the compiler and hcl_execute() for better interactive use
|
2020-10-08 09:25:54 +00:00 |
|
|
5c30d44d15
|
writing code for function activation using function-local literal frame
|
2020-10-05 09:37:26 +00:00 |
|