ESL
|
a86a0d59d5
|
prexpand fix; quasiquote supports #&box
|
2024-11-20 22:03:24 -05:00 |
|
ESL
|
f75a2aae74
|
free-id=? fix for unbound ids
|
2024-11-07 22:13:14 -05:00 |
|
ESL
|
e38354cbff
|
support for _ and ... as literals
|
2024-10-21 15:17:56 -04:00 |
|
ESL
|
8d8721892e
|
faster read, minor fixes
|
2024-10-21 15:12:19 -04:00 |
|
ESL
|
5285131672
|
faster read
|
2024-08-29 17:54:17 -04:00 |
|
ESL
|
2031aed6b2
|
compiler support for P records, -l option
|
2024-08-01 17:05:56 -04:00 |
|
ESL
|
9fd3e04956
|
support for -f and FASL file load/run
|
2024-07-31 23:06:59 -04:00 |
|
ESL
|
c82ab3d0b1
|
.
|
2024-07-31 17:22:41 -04:00 |
|
ESL
|
eadb6fb4fe
|
-D LIBDIR=... and (base-library-directory)
|
2024-07-31 17:18:29 -04:00 |
|
ESL
|
6189cd0957
|
syntax-length removed in favor of escape
|
2024-07-31 16:31:44 -04:00 |
|
ESL
|
0e4031ac6e
|
version hacks for benchmarking
|
2024-07-28 18:19:40 -04:00 |
|
ESL
|
ae745e77d2
|
(... x) esc in rule's pattern head position
|
2024-07-26 23:23:45 -04:00 |
|
ESL
|
899986abec
|
.
|
2024-07-25 22:44:23 -04:00 |
|
ESL
|
a5dd8c87c8
|
xform => xpand; program/export forms dropped
|
2024-07-25 22:42:15 -04:00 |
|
ESL
|
62fed2125b
|
extra syntax-rules template escapes
|
2024-07-25 18:46:13 -04:00 |
|
ESL
|
8d5d967a97
|
extra syntax-rules pattern escapes
|
2024-07-25 01:02:38 -04:00 |
|
ESL
|
3ac77eafab
|
case-folding read and string->symbol in (scheme r5rs)
|
2024-07-24 20:09:51 -04:00 |
|
ESL
|
5f3bd42a6b
|
syntax-rules: support for boxes
|
2024-07-24 19:28:00 -04:00 |
|
ESL
|
3c34a4cbae
|
-D, --define-feature cmd line option
|
2024-07-24 18:01:42 -04:00 |
|
ESL
|
de92c2ed52
|
%gc ,gc and other REPL command improvements
|
2024-07-24 17:42:28 -04:00 |
|
ESL
|
702a8983fc
|
xform-define{-syntax} return errors now
|
2024-07-24 16:39:15 -04:00 |
|
ESL
|
76e0454141
|
eval now uses pp scan for macros expanding to begin
|
2024-07-24 02:16:37 -04:00 |
|
ESL
|
4f16f52ed6
|
top forms scan factored out for reuse
|
2024-07-24 01:47:28 -04:00 |
|
ESL
|
cf01f4d46e
|
prelim work on newtop
|
2024-07-24 01:05:05 -04:00 |
|
ESL
|
18c39284d4
|
new instructions, improved ksf2c script
|
2024-07-22 23:58:22 -04:00 |
|
ESL
|
7bdd8ef537
|
,cd and ,pwd repl commands
|
2024-07-22 20:13:57 -04:00 |
|
ESL
|
951f725b68
|
(current-directory) added; ksf2c started
|
2024-07-22 19:22:27 -04:00 |
|
ESL
|
d84362c0ab
|
n.h n.c s.c t.c fully generated from precursors
|
2024-07-22 01:56:03 -04:00 |
|
ESL
|
c48e935bba
|
script-related fixes; fully operational ccomp
|
2024-07-21 11:35:13 -04:00 |
|
ESL
|
a511e77df9
|
service -c compiler reborn as ccomp.ssc!
|
2024-07-21 03:55:04 -04:00 |
|
ESL
|
f8f0ac6cfd
|
(run-program), -p option; minor bug fixes
|
2024-07-19 00:02:29 -04:00 |
|
ESL
|
4d40a0e303
|
t.c options processing in (skint-main)
|
2024-07-18 21:34:54 -04:00 |
|
ESL
|
020c0613b5
|
new way to add to hidden lib; getopt clone
|
2024-07-18 20:18:35 -04:00 |
|
ESL
|
0edd2255e3
|
(string-position str str), run-script checks #!
|
2024-07-17 22:43:19 -04:00 |
|
ESL
|
b3567d8b61
|
run-script, some t.scm procs moved to s.scm
|
2024-07-17 22:19:59 -04:00 |
|
ESL
|
0763791fe3
|
support for #! shebangs of various use
|
2024-07-17 17:47:08 -04:00 |
|
ESL
|
458328c43f
|
built-in (skint hidden) lib for hidden names
|
2024-07-16 23:15:08 -04:00 |
|
ESL
|
9d9c95b6e2
|
,si repl command w/instr support
|
2024-07-16 23:03:00 -04:00 |
|
ESL
|
b89b56655b
|
separation of root env (=> root + hidden)
|
2024-07-16 21:54:25 -04:00 |
|
ESL
|
373e9dec38
|
faster library import registries
|
2024-07-16 02:47:57 -04:00 |
|
ESL
|
4ab2982e26
|
minor fixes (record rtd is a symbol now)
|
2024-07-15 17:45:54 -04:00 |
|
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
|
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 |
|