Daphne Preston-Kendal
3777c1b935
Add SRFI 35 support
2024-11-02 00:49:31 +01:00
Alex Shinn
416da21528
Add repl-print-exception.
2024-10-29 21:45:00 +09:00
Alex Shinn
f4e3c0fd0b
Defining and using a repl-print generic to allow customizing REPL output.
2024-10-28 09:16:30 +09:00
Alex Shinn
702e881289
Add error advise when forgetting to import a language.
...
Closes #1001 .
2024-09-20 09:13:16 +09:00
Alex Shinn
60c4007e6f
adding thread-interrupt! so that (chibi repl) can preserve continuations (issue #686 )
2020-08-25 14:09:29 +09:00
Alex Shinn
4734fc1e40
friendlier report for error on module files with the wrong name (issue #624 )
2020-06-15 11:51:32 +09:00
Alex Shinn
42b6eeff1b
fix string-mismatch usage in (chibi repl)
2019-08-16 23:39:36 +08:00
Alex Shinn
105a4672e7
more helpful error messages on missing libraries
2019-04-21 22:11:11 +08:00
Edwin Watkeys
cbe1b045b4
add history documentation
2018-10-31 14:51:49 -04:00
Edwin Watkeys
5bcd37477f
add history support as $0...9
2018-10-31 13:12:30 -04:00
Alex Shinn
70d61e1fcc
removing duplicates from repl completion
2017-10-06 23:23:22 +09:00
Peter
ccc4b87bc9
Display warning on stderr, not stdout.
...
Right now, a part of the warning (undefined variable: foo, is exported by: ..)
is displayed to stdout. This patch makes the entire message show up on stderr,
not split up between the two output streams.
2017-01-09 08:27:14 +01:00
Alex Shinn
d8a29fed49
fixing disjoint cursor type bug in string-common-prefix-length
2016-04-08 22:56:53 +09:00
Alex Shinn
82c5035b23
handling syntactic closures in repl tab completion
2015-12-23 17:33:36 +09:00
Alex Shinn
9b4cadd33f
don't bother evaluating literals in (chibi repl)
2015-07-06 20:46:42 +09:00
Alex Shinn
2922ed591d
Forgot to install regexp (patch from Lorenzo)
2015-01-26 08:06:59 +09:00