Commit Graph

33 Commits

Author SHA1 Message Date
hyunghwan.chung
f82997394d fixed a bug reading a source file 2016-08-15 12:19:04 +00:00
hyunghwan.chung
436babff3c enhanced the vm logging interface
attempted to execute ensure blocks on process termination. (wip)
2016-07-01 16:31:47 +00:00
hyunghwan.chung
1445d0deb0 added some logging methods to SystemDictioanry
added Resource handling functions for use by primitive modules
2016-06-30 13:44:37 +00:00
hyunghwan.chung
de965baab7 refactored exception handling code a little 2016-06-26 15:03:12 +00:00
hyunghwan.chung
73885dc552 removed the ensure_block field from the context object and added the <ensure> code to the preamble field of a method. 2016-06-22 03:23:14 +00:00
hyunghwan.chung
f22b896ed2 fixed the bug not popping an argument in the _integer_inttostr primitive.
added a new primitive _processor_return_to_and_eval to support proper exception handling
2016-06-13 15:52:09 +00:00
hyunghwan.chung
037bbff42c started adding byte-code decoder 2016-05-27 15:01:54 +00:00
hyunghwan.chung
04ccebe9b4 renamed Collection.st to Collect.st 2016-05-18 14:53:20 +00:00
hyunghwan.chung
801b6d92d4 fixed some minor build flaws 2016-05-13 15:10:34 +00:00
hyunghwan.chung
4bbd5b52bb removed unneeded text 2016-05-07 01:37:44 +00:00
hyunghwan.chung
f9ad51b5c5 added a name field to a complied method class.
wrote more code for implementing exception handling
2016-05-03 10:10:28 +00:00
hyunghwan.chung
94717d197a added some exception handling implementation code 2016-04-29 16:40:25 +00:00
hyunghwan.chung
77f0bfad5d added some more code to support exception handling 2016-03-28 13:25:36 +00:00
hyunghwan.chung
55a43371d5 added some code for implementing semaphore 2016-02-29 15:27:10 +00:00
hyunghwan.chung
c427f39a12 added stix_isint(), stix_inttooow(), stix_oowtoint().
added stix_eqints(), stix_neints(), stix_gtints(), stix_geints(), stix_ltints(), stix_leints().
enhanced some primitive handlers to support large integers
2015-12-27 18:02:59 +00:00
hyunghwan.chung
fff2af4762 fixed a parameter range check bug in a compiler.
fixed a wrong goto label location for send_message
2015-12-27 10:19:36 +00:00
hyunghwan.chung
60b90de172 filled stix_bitatint() a bit 2015-12-26 01:37:33 +00:00
hyunghwan.chung
27e0186d43 added stix_negateint() 2015-12-25 05:09:17 +00:00
hyunghwan.chung
5bf467cb29 enhanced stix_inttostr() to handle a power-of-2 radix more efficiently 2015-12-18 15:58:45 +00:00
hyunghwan.chung
23d8d17b08 added stix_bitinvint() 2015-12-17 16:37:26 +00:00
hyunghwan.chung
bf412e0c07 added stix_bitxorint() 2015-12-13 16:08:05 +00:00
hyunghwan.chung
887a03c05e added stix_bitandints() and stix_bitorints() 2015-12-10 14:23:09 +00:00
hyunghwan.chung
2fbb4d3a71 added STIX_EPFULL
fixed a bug in starting an initial process
started writing an integer-to-string conversion function
2015-12-02 15:24:13 +00:00
hyunghwan.chung
fe8b6dfa24 enhanced stix_divints() to handle modulo/remainder more clearly 2015-11-22 14:48:09 +00:00
hyunghwan.chung
d8da07cb59 added some bigint code for division 2015-11-22 13:32:06 +00:00
hyunghwan.chung
f618154aaf changed STIX_SMOOI_MIN to -STIX_SMOOI_MAX instead of (-STIX_SMOOI_MAX - 1)
fixed tally range check bugs in dic.c/sym.c/gc.c
simplificed some code resulting from STIX_SMOOI_MIN change.
2015-11-20 09:05:55 +00:00
hyunghwan.chung
5cebf7e8dc changed atom_t to stix_liw_t and made related changes.
introduced #liword to the compiler
2015-11-17 14:13:59 +00:00
hyunghwan.chung
0daf143cce Added stix_mulints() 2015-11-11 13:31:05 +00:00
hyunghwan.chung
1094d298cb added some bigint related code 2015-10-29 15:24:46 +00:00
hyunghwan.chung
f52356e8c8 added more code for process scheduling 2015-10-15 14:40:08 +00:00
hyunghwan.chung
5a82cdc417 did some preparatory work to add Process 2015-10-14 14:01:33 +00:00
hyunghwan.chung
6916198253 touched up code 2015-10-14 13:25:36 +00:00
hyunghwan.chung
8c963d919c work in progress to support the named primitive via shared object loading 2015-10-08 14:26:04 +00:00