Commit graph

132 commits

Author SHA1 Message Date
ESL
92bf880881 system instr, new repl commands: ,gs ,sh 2024-07-11 09:50:28 -04:00
ESL
7cbd996675 (repl) lib renamed to (skint) 2024-07-10 17:33:26 -04:00
ESL
b7f0a7980d cond-expand fix; ,time repl command 2024-07-10 15:21:15 -04:00
ESL
1c9e8d2b32 once hack (mucho kluge!) 2024-07-10 11:02:56 -04:00
ESL
1b113e59ec recursive autoload bug fix 2024-07-10 01:40:02 -04:00
ESL
c30ed2217d bug fix in lib fetch; format added to s.scm 2024-07-09 22:21:30 -04:00
ESL
da3255ab71 autoloader for libraries; minor cleanup 2024-07-09 02:42:22 -04:00
ESL
9868a37fb3 code to use d-l and import inside modules 2024-07-08 21:36:04 -04:00
ESL
a03e3f2d99 'import env protocol for repl; minor cleanup 2024-07-08 18:13:28 -04:00
ESL
09f36ab213 import and define-library forms in bodies! 2024-07-08 02:12:00 -04:00
ESL
1c509cf5ac switched to new env/name registry model! 2024-07-07 22:41:23 -04:00
ESL
6caa364255 ready for env switch; repl commands 2024-07-07 02:41:41 -04:00
ESL
666ace8461 *root-name-registry* fully initialized 2024-07-06 23:04:35 -04:00
ESL
f625b5103b *root-name-registry* introduced 2024-07-06 21:03:12 -04:00
ESL
350b379553 minor cleanup 2024-07-06 17:42:49 -04:00
ESL
13e0525c6c new denoted value: <library> 2024-07-06 17:16:02 -04:00
ESL
ab334f4813 syntax-quote, *listname-registry* 2024-07-06 13:13:44 -04:00
ESL
23f278f767 syntax-lambda fix; improved lib processor 2024-07-06 02:48:34 -04:00
ESL
6b0bcc98a4 import works on top level 2024-07-05 16:52:42 -04:00
ESL
afd53b9611 define-library works on top level 2024-07-05 14:26:20 -04:00
ESL
332c3a5539 minor fixes 2024-07-05 01:15:23 -04:00
ESL
a0e92d14ed *library-registry* and friends 2024-07-04 18:00:41 -04:00
ESL
9dc95e1fce minor fix in lib search 2024-07-04 16:52:09 -04:00
ESL
43baec6704 cleanup & minor fixes for lib mark v 2024-07-04 13:29:02 -04:00
ESL
d4f6ef3451 include, cond-expand redone; minor fixes 2024-07-03 18:47:26 -04:00
ESL
608fb8063a compiler fixes around 'once'
glider runs when used inside (body)!
2024-06-30 14:37:22 -04:00
ESL
2a2498d5a2 better nested includes; (begin x) == x 2024-06-27 13:31:32 -04:00
ESL
7c175c823b location? fix 2024-06-24 23:47:32 -04:00
ESL
9a4cafc28d minor fixes preparing for library code 2024-06-24 18:01:34 -04:00
ESL
c85dad9f0a fixed id-rename-as; enhanced sexp-case 2024-06-20 18:42:11 -04:00
ESL
4606c30af1 list3? and minor compiler fixes 2024-06-19 17:11:03 -04:00
ESL
342e18f3ba Merge branch 'main' of https://github.com/false-schemers/skint 2024-06-18 14:31:42 -04:00
ESL
857242e8e0 added <id> in sexp-match? 2024-06-18 14:31:37 -04:00
dermagen
7c936c4f2d (asm <igs>) core form added 2024-06-16 15:07:24 -04:00
ESL
87507dcd6b fix for previous commit
now ((body if) #t 1 2) works!
2024-06-16 02:42:03 -04:00
ESL
8cb032ab48 body/{let,letrec}-syntax can return macros!
body-based scope constructs with internal syntax-only definitions and single expression can allow this expression to be macro name or macro definition (if used in head position)
2024-06-16 02:18:43 -04:00
dermagen
6cac06cdbb minor lib name hacks fixes 2024-06-15 16:00:03 -04:00
ESL
61c27b403e listname->symbol, ltos fix 2024-06-15 14:29:16 -04:00
dermagen
26b907c8af rename hack to circumvent hygiene! 2024-06-14 16:15:15 -04:00
dermagen
21e470522d top-level idless define fix (eval) 2024-06-14 15:12:42 -04:00
dermagen
8964bbdab5 new core form: const 2024-06-14 01:08:36 -04:00
dermagen
df2628a4a2 handcoded expanders for includes and cond-expand 2024-06-13 15:49:33 -04:00
ESL
dd7bf66bd5 more minor env hacks 2024-06-08 02:34:46 -04:00
ESL
7f81de6dfa more lib/env hacks 2024-06-08 01:40:53 -04:00
ESL
64be6ba43d port-fold-case hacks; library names & paths 2024-06-04 18:37:55 -04:00
ESL
9475e47871 error processing regularized, minor improvements 2024-06-04 15:55:37 -04:00
ESL
7b4b3bc2b1 (skint repl) library is built at init time 2024-05-31 23:28:29 -04:00
ESL
639a2d54bd t.scm info for building standard lib envs 2024-05-29 17:01:28 -04:00
ESL
abb022005b first working REPL in t.scm 2024-05-29 01:52:08 -04:00
ESL
547c29df64 visit-top-form visit/v added; minor fixes 2024-05-29 00:47:49 -04:00
ESL
00bc579327 new env protocol; visit/x passes R7RS tests 2024-05-28 17:40:54 -04:00
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
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
ESL
447d2b6621 body transform fix (caused slow let* expansion) 2023-04-03 20:41:15 -04:00
ESL
149827f452 define-record-type, records added 2023-03-28 18:14:45 -04:00
ESL
af543d10a6 some instructions re-coded 2023-03-25 01:51:48 -04:00
ESL
c5fb756ea6 bug fixes 2023-03-24 16:34:11 -04:00
ESL
351cc5ed9b 3-string compiled mode; 'P' entries added 2023-03-22 23:14:11 -04:00
ESL
463d3622dd transformers for basic forms moved from k to s 2023-03-22 14:20:17 -04:00
ESL
f8c55fd3c9 new integrable model switch is complete! 2023-03-21 15:29:28 -04:00
ESL
0cf6470e1b new integrable model, part VI (before switch) 2023-03-21 13:43:26 -04:00
ESL
b12db72d87 ... more builtins as new integrables 2023-03-20 18:47:10 -04:00
ESL
d820f510b3 new integrable model, part V (fl+, fl-, 'p','m')) 2023-03-19 23:31:28 -04:00
ESL
be7f66fe9d old continuation code removed 2023-03-11 13:41:44 -05:00
ESL
6f009ba30a fix in letcc compiler; call/cc redefined via letcc 2023-03-11 12:28:51 -05:00
ESL
e1f3f69346 faster library appends; -v in repl (verbosity) 2023-03-08 13:03:39 -05:00
ESL
c32c9cfe49 s.scm library improvements 2023-03-07 17:48:27 -05:00
ESL
b564316cf8 lambda*/case-lambda cleanup 2023-03-07 13:42:29 -05:00
ESL
4f2732e536 instructions got internal type/range checks 2023-03-06 19:36:15 -05:00
ESL
20fd52b381 apply fix; s.scm macro fixes 2023-03-05 22:19:29 -05:00
ESL
bd0746c7e4 c.c => k.c; minor clang 14 fix 2023-03-04 13:44:37 -05:00
ESL
2b470406d8 t.scm/t.c added (partially operational) 2023-03-04 00:07:52 -05:00