hyunghwan.chung
|
125eee9bec
|
fixed a bug in passing a wrong number of arguments to a primitive function handler
|
2016-12-14 09:40:41 +00:00 |
|
hyunghwan.chung
|
45694df56b
|
finished the initial variadic arguments handling work
|
2016-12-14 07:18:01 +00:00 |
|
hyunghwan.chung
|
bcaf4e5e1e
|
started using a comma as a parameter/argument separator.
changed to use & as a string concatenation method in the string class.
added some code to support variadic arguments
|
2016-12-13 15:18:19 +00:00 |
|
hyunghwan.chung
|
f88027af32
|
added two experimental language/compiler enhancements - 1. multi-line comments enclosed in (* and *) 2. unary method and message with parenthensized parameters
|
2016-12-06 17:21:47 +00:00 |
|
hyunghwan.chung
|
0cc0339158
|
switched _ to . in a primitive method identifier
|
2016-12-05 15:44:53 +00:00 |
|
hyunghwan.chung
|
b4a513cf40
|
added more code to stix_genpfmethod(). still incomplete
|
2016-12-03 18:08:31 +00:00 |
|
hyunghwan.chung
|
7b5fc708f7
|
changed the compiler to support module loading in class definition
|
2016-11-29 05:25:08 +00:00 |
|
hyunghwan.chung
|
394a21b8d6
|
renamed stix_prim_mod_t to stix_mod_t and made relevant changes
added stix_bcstoucs() and stix_ucstobcs()
added stix_setcmgr() and stix_getcmgr()
|
2016-11-27 15:37:14 +00:00 |
|
hyunghwan.chung
|
eaa9dbc958
|
experimental code for better module handling
|
2016-11-18 18:11:13 +00:00 |
|