Commit graph

230 commits

Author SHA1 Message Date
ESL
d25caa66b9 handling of dot-rest pattern in syntax-rules 2024-07-14 22:08:47 -04:00
ESL
485beb500a proper handling of _ in syntax rules; fixes 2024-07-14 18:43:44 -04:00
ESL
acbd648f7b (... <tpl>) escaped template implemented 2024-07-14 15:05:07 -04:00
ESL
bb97a65b2f cleanup after 'peek' env introduction 2024-07-14 11:03:54 -04:00
ESL
d93c440331 env 'peek' and delayed new-id; minor fixes 2024-07-14 10:54:25 -04:00
ESL
781fa509e2 ~! in format, prompt flush, ,load repl cmd 2024-07-13 02:41:19 -04:00
ESL
a2da6a23e8 another FIXME note 2024-07-12 23:37:49 -04:00
ESL
7bc927bb44 several new FIXME notes 2024-07-12 23:33:43 -04:00
ESL
42fef5bc42 standard env/eval/load; improved repl 2024-07-12 19:26:56 -04:00
ESL
c34b64743a getim0s fix !!!!, some r7rs std env functions
old getim0s failed in model where long is 64-bit
2024-07-12 14:57:32 -04:00
ESL
fa97ece03a new startup/repl/debug sequence 2024-07-11 19:12:03 -04:00
ESL
92bf880881 system instr, new repl commands: ,gs ,sh 2024-07-11 09:50:28 -04:00
ESL
01cdbba2f8 globals kept in a hash table, (global-store) 2024-07-10 19:28:27 -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
6a4299c6f4 define-library and import added to *transformers* 2024-07-05 13:09:50 -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
ffd4a0508f <? opcode removed, location? added
<? opcode causes a bug in <;<? situation: combo instruction is skipped as one
2024-06-24 23:46:19 -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