Commit graph

1839 commits

Author SHA1 Message Date
Justin Ethier
a6e22f67e8 Added a new set of numeric comparison ops 2016-03-31 23:26:26 -04:00
Justin Ethier
ddae43873e Adding a no-frills makefile 2016-03-31 22:33:26 -04:00
Justin Ethier
dee1a749b1 Initial file 2016-03-31 22:30:10 -04:00
Justin Ethier
e0f6f917a8 Handle new naming of globals 2016-03-31 22:06:56 -04:00
Justin Ethier
9a0a0dc5ec Handle import sets containing numbers 2016-03-31 22:06:38 -04:00
Justin Ethier
444bf8d61f Eval call/cc - allow call/cc to be evaluated 2016-03-30 21:44:00 -04:00
Justin Ethier
258c823ef3 WIP for fixing eval'd call/cc 2016-03-31 02:55:04 -04:00
Justin Ethier
faac688f20 Removed migrated functions 2016-03-29 21:48:32 -04:00
Justin Ethier
de8196aa80 WIP - mangling of library globals 2016-03-30 03:49:45 -04:00
Justin Ethier
067f8b0ad7 cgen:mangle-global 2016-03-30 01:22:47 -04:00
Justin Ethier
e67b67895f Use lib:idb 2016-03-30 01:00:43 -04:00
Justin Ethier
6262dd0201 Edited comments 2016-03-30 00:50:29 -04:00
Justin Ethier
41d7a8e876 Adding import db support functions 2016-03-29 23:52:49 -04:00
Justin Ethier
631bd6d775 Include libraries module 2016-03-29 22:10:42 -04:00
Justin Ethier
f72dbad6fc Rev++ 2016-03-29 22:02:05 -04:00
Justin Ethier
cfd572b108 Stage which benchmarks won't run 2016-03-28 22:48:06 -04:00
Justin Ethier
9200439c26 Bugfix for range of char-alphabetic?
There are ASCII chars between the upper and lower case chars. So, be smarter about checking for alphabetic chars.
2016-03-28 22:38:50 -04:00
Justin Ethier
9052a0d2bd Do not have (write) automatically output a newline 2016-03-28 21:53:38 -04:00
Justin Ethier
9f4991724e string/utf8 - allow zero length results 2016-03-28 21:35:08 -04:00
Justin Ethier
822ac63e9a Added utf8 primitives to eval 2016-03-29 02:35:52 -04:00
Justin Ethier
2376694066 Replace maps with folds 2016-03-29 01:46:40 -04:00
Justin Ethier
c0afe8eef5 Have utf8 stubs now 2016-03-29 01:09:46 -04:00
Justin Ethier
6c91607d9b bugfix 2016-03-29 01:09:07 -04:00
Justin Ethier
8ef3cb7e61 utf8/string functions 2016-03-29 00:32:50 -04:00
Justin Ethier
f2f5e191bd Added utf8/string stubs 2016-03-28 23:51:37 -04:00
Justin Ethier
5f5d16a03a Try reducing heap size to 16 MB / page 2016-03-26 00:21:06 -04:00
Justin Ethier
d7b5cda3ae Use flag to control printing of GC exit stats 2016-03-25 23:22:28 -04:00
Justin Ethier
42faaae217 Do not include free sizes of 0 in min count 2016-03-25 23:19:10 -04:00
Justin Ethier
a8946428c5 Report used size 2016-03-25 22:18:42 -04:00
Justin Ethier
1ce9fee354 Added gc_print_stats 2016-03-25 22:13:56 -04:00
Justin Ethier
cb9db55a79 Revised first paragraph 2016-03-25 02:39:00 -04:00
Justin Ethier
2fe66e08c7 Added datum comments 2016-03-24 23:17:42 -04:00
Justin Ethier
8b43a0d4ac Added (parse-literal-identifier) 2016-03-24 21:12:14 -04:00
Justin Ethier
dbf77ce999 Be more careful about optimizing-out functions 2016-03-23 22:52:08 -04:00
Justin Ethier
b809dcb908 Updated comments 2016-03-24 03:22:18 -04:00
Justin Ethier
a568cfda64 Tweaked bounds checking for bytevector-copy 2016-03-24 02:20:45 -04:00
Justin Ethier
c1b98df688 Added bytevector-copy 2016-03-24 02:02:04 -04:00
Justin Ethier
2aa9276132 Issue with top-level 2016-03-24 01:53:05 -04:00
Justin Ethier
4b7cc58214 WIP 2016-03-24 01:50:01 -04:00
Justin Ethier
b4ca192000 WIP 2016-03-24 01:22:42 -04:00
Justin Ethier
4f46e124fa Core function for bytevector-copy 2016-03-24 01:09:14 -04:00
Justin Ethier
53b65df391 bytevector support 2016-03-24 00:47:10 -04:00
Justin Ethier
e59ce36cb9 Fixes for u8-set 2016-03-24 00:45:58 -04:00
Justin Ethier
0b38fa2b32 Tests pass now 2016-03-24 00:16:29 -04:00
Justin Ethier
e9ed4abcc5 bytevector fixes 2016-03-24 00:14:57 -04:00
Justin Ethier
fe0abb2d3e WIP 2016-03-23 23:00:55 -04:00
Justin Ethier
56278989eb Integrating bytevector-append 2016-03-23 22:58:56 -04:00
Justin Ethier
0128ff32b5 Bugfix 2016-03-23 22:51:12 -04:00
Justin Ethier
1759cdaf9f Added bytevector-append to eval 2016-03-23 22:23:56 -04:00
Justin Ethier
0262ea944b Added bytevector-append 2016-03-23 22:21:14 -04:00