18 Commits

Author SHA1 Message Date
hyunghwan.chung
cdd8d7f890 got rid of 'const' handling code attempted.
cleaned up pooldic handling code more.
made a pooldic item value read-only by default
2019-10-02 09:34:43 +00:00
hyunghwan.chung
6931d14432 improving pooldic handling - auto-import a nested pooldic in a class 2019-10-01 09:19:25 +00:00
hyunghwan.chung
cc9c1a3925 simplified the uncocpyable check in moo_shallowcopy() 2019-09-22 16:26:30 +00:00
hyunghwan.chung
de72bc6b58 added the #uncopyable attribute to the class definition. 2019-09-22 15:59:09 +00:00
hyunghwan.chung
92fc8e2098 writing LargePointer support 2019-09-05 15:55:39 +00:00
hyunghwan.chung
f51fbd1a33 added the vm_setsig vm primitive function to improve os signal handler
changed System>>__os_signal_handelr and System>>startup for improved os signal handling
2019-08-16 15:29:36 +00:00
hyunghwan.chung
85eae9e78b fixed pointer argument handling issues when interfacing with libffi in mod/ffi.c 2019-08-10 04:08:49 +00:00
hyunghwan.chung
11b2629680 fixed some issues regarding goto handling 2019-08-06 10:01:54 +00:00
hyunghwan.chung
f3218dc90a updated README.md 2019-08-02 16:12:12 +00:00
hyunghwan.chung
24ada7f0be updated README.md 2019-07-30 06:07:24 +00:00
hyunghwan.chung
bd1d30360e shortened elsif to elif.
enhanced is_reserved_word() to return a token type through a non-NULL second parameter
2019-07-26 04:40:33 +00:00
hyunghwan.chung
a1880f7198 updated README.md with some TODOs 2019-07-14 16:46:08 +00:00
hyunghwan.chung
0d5956547a updated README.md a bit 2019-07-13 03:06:07 +00:00
hyunghwan.chung
3e506cbcfb added System>>backtrace 2019-07-12 07:24:37 +00:00
hyunghwan.chung
20b50c7bb6 defined select:,reject:,collect: in Array 2019-06-28 06:13:09 +00:00
hyunghwan.chung
ea4d782c1d changed %(, %[, %{ to ##(, ##[, ##{ respectively
put back % into is_binselchar().
attempting to support a string-like byte array literal - B"XXXX"
2019-06-27 07:43:17 +00:00
hyunghwan.chung
fcb987891e no more ## comment. // as a signle-line comment starter. 2019-06-27 06:29:09 +00:00
hyunghwan.chung
e6747b21b8 attempting to implement a simple method lookup cache. work in progress 2019-06-22 02:02:59 +00:00