Commit graph

  • cc4c6244b4 images ESL 2023-03-28 11:17:32 -0400
  • b57b54f12a command-line; minor fixes ESL 2023-03-28 00:32:05 -0400
  • 7e783ec786 delay/force & some more missing ops added ESL 2023-03-28 00:09:25 -0400
  • 4db7a32b1c binary/bytevector i/o ESL 2023-03-27 18:58:37 -0400
  • 218d8973ce accessor macro refactoring for instructions ESL 2023-03-27 16:49:49 -0400
  • c03074c7c1 div fix ESL 2023-03-26 17:53:52 -0400
  • c1c23eee02 env/file/clock/time ops added ESL 2023-03-26 17:10:51 -0400
  • 72c49980a8 internal (read) in n.{sf,c} is now R7RS-compatible ESL 2023-03-26 16:29:57 -0400
  • 8dc87ec18f (read) added! ESL 2023-03-26 14:52:30 -0400
  • 7546908e29 more bytevector ops/procedures ESL 2023-03-26 14:21:19 -0400
  • 46b9640ba6 initial support for bytevectors ESL 2023-03-26 13:20:33 -0400
  • 833a6261b9 small fixes, void_obj, better error reporting ESL 2023-03-26 12:02:36 -0400
  • 709304b17d -l option; minor refactoring ESL 2023-03-26 00:38:50 -0400
  • 033991b0d7 refactored object alloc from ins to fix gc bug ESL 2023-03-26 00:16:52 -0400
  • fc307375d9 few extra instructions ESL 2023-03-25 22:22:28 -0400
  • c11ae4e110 {fl,}{exp,log,sin,cos,tan,asin,acos,atan} added ESL 2023-03-25 15:06:47 -0400
  • 295c62ca39 generic math instructions re-coded to N ESL 2023-03-25 12:03:28 -0400
  • 7ef7b1857e library improvements II: extra instructions ESL 2023-03-25 11:30:30 -0400
  • af543d10a6 some instructions re-coded ESL 2023-03-25 01:51:48 -0400
  • 01561c7243 library improvements 1 ESL 2023-03-25 00:35:23 -0400
  • c5fb756ea6 bug fixes ESL 2023-03-24 16:34:11 -0400
  • 71eeb37a35 support for var-less define; define-values & friends ESL 2023-03-24 14:16:10 -0400
  • 351cc5ed9b 3-string compiled mode; 'P' entries added ESL 2023-03-22 23:14:11 -0400
  • ff388441e7 3-string compiled code entries; 'A'-type added ESL 2023-03-22 18:13:12 -0400
  • 463d3622dd transformers for basic forms moved from k to s ESL 2023-03-22 14:20:17 -0400
  • f458d436b9 syntax-lambda; repl catches errors ESL 2023-03-22 13:21:48 -0400
  • b64a58ed34 minor refactoring of the transformer ESL 2023-03-21 18:02:01 -0400
  • f8c55fd3c9 new integrable model switch is complete! ESL 2023-03-21 15:29:28 -0400
  • 33d1d668a4 ... s.c fix ESL 2023-03-21 13:57:28 -0400
  • 0cf6470e1b new integrable model, part VI (before switch) ESL 2023-03-21 13:43:26 -0400
  • c90e1abcf2 list, vector and others; '#' ig type ESL 2023-03-20 22:32:33 -0400
  • 57df6ae121 ... even more builtins as new integrables ESL 2023-03-20 20:00:18 -0400
  • b12db72d87 ... more builtins as new integrables ESL 2023-03-20 18:47:10 -0400
  • ad3b6f9844 ... write and others; 'u' and 'b' ig types ESL 2023-03-20 16:43:06 -0400
  • 0a94172bbd ... generic math ops are new integrables now ESL 2023-03-20 14:42:40 -0400
  • 91b07297cf ... fxmin & others; 'x' ig type ESL 2023-03-20 13:49:00 -0400
  • 3730b714d4 ... fl<? and others; 'c' ig type ESL 2023-03-20 00:23:42 -0400
  • 96332a393f ... fl* fl/ ESL 2023-03-19 23:55:00 -0400
  • d820f510b3 new integrable model, part V (fl+, fl-, 'p','m')) ESL 2023-03-19 23:31:28 -0400
  • 328046cf4a new integrable model, part IV (list ops &c.) ESL 2023-03-19 14:52:49 -0400
  • 94dc0fb0c1 new integrable model, part III (fx/fl ops) ESL 2023-03-18 20:09:46 -0400
  • 814c0648ec new integrable model, part II ESL 2023-03-18 19:13:38 -0400
  • cd1b192446 safer use of ... in syntax-rules ESL 2023-03-18 16:07:10 -0400
  • cbb8eed040 new integrable model, part 1 dermagen 2023-03-18 14:17:45 -0400
  • 98217de003 3 minor hbsz fixes ESL 2023-03-12 19:29:48 -0400
  • 90944d25b8 multiple values in single value context are returned as tuples ESL 2023-03-12 17:32:16 -0400
  • c72ac73743 support for (set& var) primitive (returns box) ESL 2023-03-12 16:54:44 -0400
  • ec702f5097 faster closure access primitives ESL 2023-03-12 15:38:22 -0400
  • a6bc0339c0 global var locs are boxes now; sp overflow checks ESL 2023-03-12 14:20:35 -0400
  • 14e40e870b box ops added; old delay macro removed ESL 2023-03-11 18:43:51 -0500
  • 75e26a58d9 call-with-values w/continuation as consumer tail-calls ESL 2023-03-11 15:40:06 -0500
  • be7f66fe9d old continuation code removed ESL 2023-03-11 13:41:44 -0500
  • 6f009ba30a fix in letcc compiler; call/cc redefined via letcc ESL 2023-03-11 12:28:51 -0500
  • 25fa48c928 letcc/withcc: k is now a procedure, allow bodies ESL 2023-03-11 01:50:00 -0500
  • eddf65f62c letcc/withcc support ESL 2023-03-10 17:30:41 -0500
  • e1f3f69346 faster library appends; -v in repl (verbosity) ESL 2023-03-08 13:03:39 -0500
  • c32c9cfe49 s.scm library improvements ESL 2023-03-07 17:48:27 -0500
  • b564316cf8 lambda*/case-lambda cleanup ESL 2023-03-07 13:42:29 -0500
  • 109aaef590 lambda*/case-lambda: initial implementation ESL 2023-03-07 13:11:46 -0500
  • 25196416c7 a few extra i/o instructions & procedures ESL 2023-03-06 23:52:38 -0500
  • 4f2732e536 instructions got internal type/range checks ESL 2023-03-06 19:36:15 -0500
  • 39c6a2bd34 values/call-with-values implemented ESL 2023-03-06 15:53:37 -0500
  • 1c5a6d0f45 Delete skint dermagen 2023-03-06 00:12:39 -0500
  • 20fd52b381 apply fix; s.scm macro fixes ESL 2023-03-05 22:19:29 -0500
  • bd0746c7e4 c.c => k.c; minor clang 14 fix ESL 2023-03-04 13:44:37 -0500
  • e0f4351bca clang 10 fixes dermagen 2023-03-04 11:51:51 -0500
  • 2b470406d8 t.scm/t.c added (partially operational) ESL 2023-03-04 00:07:52 -0500
  • e7b4075a9a vm closures represented as procedures ESL 2023-03-03 15:44:12 -0500
  • 319acd9560 a bit less verbosity ESL 2023-03-03 13:47:59 -0500
  • 166d6dbd8c runs init code from s.c ESL 2023-03-03 13:18:00 -0500
  • 630dafe480 expander: proper recursive top-level ESL 2023-03-02 19:27:09 -0500
  • d3ed0f1f90 light refactoring of the expander ESL 2023-03-01 17:36:24 -0500
  • a271332d54 file rename fixes; skint compiles and runs tests ESL 2023-02-28 18:05:08 -0500
  • 764e925c7a initial commit ESL 2023-02-28 00:31:08 -0500
  • f25fc68ce2
    Initial commit dermagen 2023-02-27 18:23:27 -0500