moo/stix/lib
hyunghwan.chung 4d181b521a introduced #extend for extending a class.
#class XXX without a superclass inherits nil
2015-07-06 13:27:49 +00:00
..
comp.c introduced #extend for extending a class. 2015-07-06 13:27:49 +00:00
debug.c fixed a bug in return handling 2015-06-28 14:20:37 +00:00
dic.c added some vm code 2015-06-04 18:34:37 +00:00
exec.c introduced #extend for extending a class. 2015-07-06 13:27:49 +00:00
gc.c added experimental code to support byte trailer of a pointer object. the main purpose is to embed byte codes into the back of the compiled method object. 2015-07-01 15:01:39 +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 added experimental code to support byte trailer of a pointer object. the main purpose is to embed byte codes into the back of the compiled method object. 2015-07-01 15:01:39 +00:00
main.c aded STIX_SYNERR_INCLUDE 2015-07-03 14:38:37 +00:00
memo.txt added more compiler code 2015-05-21 17:07:55 +00:00
obj.c added experimental code to support byte trailer of a pointer object. the main purpose is to embed byte codes into the back of the compiled method object. 2015-07-01 15:01:39 +00:00
stix-prv.h aded STIX_SYNERR_INCLUDE 2015-07-03 14:38:37 +00:00
stix.c added CMD_PUSH_OBJVAR and CMD_STORE_INTO_OBJVAR 2015-06-12 13:52:30 +00:00
stix.h aded STIX_SYNERR_INCLUDE 2015-07-03 14:38:37 +00:00
Stix.st added the MAKE_BLOCK instruction to replace a serieos of PUSH_CONTEXT, PUSH_INTLIT, PUSH_INTLIT, SEND_BLOCK_COPY 2015-07-03 13:06:01 +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
test-005.st introduced #extend for extending a class. 2015-07-06 13:27:49 +00:00
utf8.c aded STIX_SYNERR_INCLUDE 2015-07-03 14:38:37 +00:00