moo/stix/lib
hyunghwan.chung 6f565539a9 enhanced the compiler to handle cascaded messages.
implemented block-context local temporaries.
changed primitive_block_context_value() to support block context reentrancy by activating a shallow-copied block context
2015-06-22 14:21:46 +00:00
..
comp.c enhanced the compiler to handle cascaded messages. 2015-06-22 14:21:46 +00:00
debug.c fixed a bug of producing wrong argument count for a binary message. 2015-06-21 03:50:35 +00:00
dic.c added some vm code 2015-06-04 18:34:37 +00:00
exec.c enhanced the compiler to handle cascaded messages. 2015-06-22 14:21:46 +00:00
gc.c fixed a missing reinitialization problem in the compiler 2015-06-21 16:22:50 +00:00
heap.c fixed a bug of not resetting the heap limit after gc. 2015-05-08 14:29:35 +00:00
ignite.c fixed a missing reinitialization problem in the compiler 2015-06-21 16:22:50 +00:00
main.c added code to handle block context 2015-06-20 03:07:11 +00:00
memo.txt added more compiler code 2015-05-21 17:07:55 +00:00
obj.c fixed a bug of not initializing a variable buffer length in compile_class_definition() 2015-06-21 14:45:45 +00:00
stix-prv.h enhanced the compiler to handle cascaded messages. 2015-06-22 14:21:46 +00:00
stix.c added CMD_PUSH_OBJVAR and CMD_STORE_INTO_OBJVAR 2015-06-12 13:52:30 +00:00
stix.h enhanced the compiler to handle cascaded messages. 2015-06-22 14:21:46 +00:00
sym.c added some vm code 2015-06-04 18:34:37 +00:00
syntax.txt added partial code to parse message sending expressions 2015-06-03 17:24:11 +00:00
utf8.c added utf8 string conversion functions 2015-05-17 05:02:30 +00:00