Commit graph

113 commits

Author SHA1 Message Date
ESL
6631ac582e t.scm: eval-top-form works with root env 2023-04-21 23:11:45 -04:00
ESL
ebd93be256 t.{scm,c}: compiler added 2023-04-20 22:39:05 -04:00
ESL
64405f85f6 intl-compatible env-lookup 2023-04-20 21:37:27 -04:00
ESL
64f34e7d60 hashtable-based xform root environment 2023-04-20 12:28:26 -04:00
ESL
e95b05135b immediate-hash, '#&box constants serialized 2023-04-20 11:03:14 -04:00
ESL
7cc993e16b bindings replaced with locations! 2023-04-15 21:03:39 -04:00
ESL
3476c64553 procedure ids store their syms with dens 2023-04-15 18:08:08 -04:00
ESL
c10c65e90c no symbolic denotations; minor cleanup 2023-04-15 17:41:28 -04:00
ESL
5d4078b173 t.scm uses macros from s.scm at xform time 2023-04-14 22:56:08 -04:00
ESL
7a95c9b784 minor k.sf/t.scm refactoring 2023-04-14 14:49:32 -04:00
ESL
fbd24ee7e7 ... form built-in 2023-04-14 11:34:47 -04:00
ESL
2c9383768e syntax-rules form built-in 2023-04-13 18:31:20 -04:00
ESL
72f51c06c5 initial-transformers op, fancy define built-in, minor fixes 2023-04-13 17:59:31 -04:00
dermagen
ac9f21f469
Merge pull request #1 from false-schemers/nanbox
Nanbox
2023-04-13 14:26:50 -04:00
ESL
447d2b6621 body transform fix (caused slow let* expansion) 2023-04-03 20:41:15 -04:00
ESL
c9beba483d quotient, remainder improved 2023-04-03 11:31:56 -04:00
ESL
e71a8bde52 istagged_inline 2023-04-03 09:23:04 -04:00
ESL
65c6fc6f7f work-in-progress II 2023-04-02 18:36:31 -04:00
ESL
b8136d1ce1 work-in-progress I 2023-04-02 18:11:08 -04:00
ESL
5855d7de78 Update n.sf 2023-04-02 17:01:34 -04:00
ESL
8ad92fa9a7 initial switch to libl 2023-04-02 16:16:43 -04:00
ESL
b238331edb . 2023-03-31 18:25:40 -04:00
ESL
a3f0f2091d current ports refactoring -- finished 2023-03-30 23:01:59 -04:00
ESL
6b463a9480 current ports refactoring -- still working 2023-03-30 19:41:22 -04:00
ESL
ac11df30ac current ports refactoring -- work in progress 2023-03-30 18:13:07 -04:00
ESL
aac5aa4993 file open refactoring -- done 2023-03-30 17:02:22 -04:00
ESL
c35bba32ec file open refactoring -- work in progress 2023-03-30 16:24:03 -04:00
ESL
74c3b9ffef parameters, errors, exceptions, guard 2023-03-30 16:09:25 -04:00
ESL
623455a8e3 post-d-w cleanup 2023-03-30 13:17:25 -04:00
ESL
a9aa80ea67 dynamic-wind is fully operational 2023-03-30 13:08:16 -04:00
ESL
5dd5ff2c07 dynamic-wind: work in progress II 2023-03-30 01:27:28 -04:00
ESL
29d212eeff dynamic-wind: work in progress 2023-03-29 23:18:39 -04:00
ESL
a16c4f005b inline objcpy/objmove as an option 2023-03-29 19:02:18 -04:00
ESL
68988b62f3 -b option to support ecraven benchmarks in .sf form 2023-03-28 23:40:41 -04:00
ESL
4d1d2d490d (values) now returns unit, not void 2023-03-28 19:51:37 -04:00
ESL
8002d8c7d0 void/tuples in values, call-with-values
(values) in improper context returns void, call-with-values breaks apart void and tuples
2023-03-28 19:32:54 -04:00
ESL
149827f452 define-record-type, records added 2023-03-28 18:14:45 -04:00
ESL
d08bddc4c9 cmp instrs re-coded; 't' integrable type 2023-03-28 15:39:00 -04:00
ESL
cc4c6244b4 images 2023-03-28 11:17:32 -04:00
ESL
b57b54f12a command-line; minor fixes 2023-03-28 00:32:05 -04:00
ESL
7e783ec786 delay/force & some more missing ops added 2023-03-28 00:09:25 -04:00
ESL
4db7a32b1c binary/bytevector i/o 2023-03-27 18:58:37 -04:00
ESL
218d8973ce accessor macro refactoring for instructions 2023-03-27 16:49:49 -04:00
ESL
c03074c7c1 div fix 2023-03-26 17:53:52 -04:00
ESL
c1c23eee02 env/file/clock/time ops added 2023-03-26 17:10:51 -04:00
ESL
72c49980a8 internal (read) in n.{sf,c} is now R7RS-compatible 2023-03-26 16:29:57 -04:00
ESL
8dc87ec18f (read) added! 2023-03-26 14:52:30 -04:00
ESL
7546908e29 more bytevector ops/procedures 2023-03-26 14:21:19 -04:00
ESL
46b9640ba6 initial support for bytevectors 2023-03-26 13:20:33 -04:00
ESL
833a6261b9 small fixes, void_obj, better error reporting 2023-03-26 12:02:36 -04:00