ESL
87d3ed5c7b
v0.5.1: fixes/improvements (issues #6,7,8,9,10,11)
...
#11 : extend flonum->string to support optional precision arg to support SRFI-48; improve flonum printing accordingly
#10 : bug: (floor-quotient 1 -1) actual: -2 expected: -1
#9 : immediate-hash should hash flonums even if they are boxed
#8 : string-append and vector-append with 1 arg must copy the arg
#7 : stop advertising built-in support for SRFI-48, allowing full external implementation
#6 : expt should fall back to flonums on fixnum range overflow
2025-02-02 18:29:29 -05:00
ESL
7f868f22d3
fix: --program can load libs on demand
2025-01-21 22:01:53 -05:00
ESL
8a3963ddb1
qq extension `(,@3) => 3; cond-expand fix
2024-12-29 18:04:33 -05:00
ESL
36c26cea58
expander fixes, -l/--load cl option
2024-11-26 22:38:54 -05: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
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