Alex Shinn
41bf531485
Adding various environment and core AST accessors needed for the pure-scheme eval.
2013-04-07 20:10:42 +09:00
Alex Shinn
dcd65cc9da
Using cond-expand for faster match-check-ellipsis and match-check-identifier in Chibi.
2013-04-05 20:36:40 +09:00
Alex Shinn
af8aed4c5a
string-split on the empty string is null, on a single space is two empty strings
2013-04-02 22:20:41 +09:00
Alex Shinn
98bad7bc63
Aligning line wrap in nested test groups.
2013-04-01 23:31:19 +09:00
Alex Shinn
b840602d6c
Guarding @import expressions from the repl.
2013-04-01 20:38:35 +09:00
Alex Shinn
b3eab11692
Removing spurious debug output.
2013-03-11 00:01:31 +09:00
Alex Shinn
c63e00453c
Adding SRE char-set handling to (chibi parse).
...
I wanted to avoid the full char-set dependency, but
it's too useful and the alternatives to ugly in grammars.
2013-03-09 19:16:26 +09:00
Alex Shinn
4d6d56f002
printing test vars on fail/error when provided
2013-03-08 19:12:02 +09:00
Alex Shinn
671b037270
Fixing module? predicate for export-all modules.
2013-03-04 23:33:35 +09:00
Alex Shinn
7dc3a63c21
Fixing bounds and multi-chunk stream errors.
2013-03-04 23:19:37 +09:00
Alex Shinn
8cd7b9a265
Adding file-descriptor type to (chibi ast).
2013-03-03 16:52:57 +09:00
Alex Shinn
6917cdabfb
Adding Complex type definition to (chibi ast).
2013-02-28 22:35:51 +09:00
Alex Shinn
738cb3ac9a
Fixed typo for building ast w/o threads - #if not #ifdef.
2013-02-27 08:48:13 +09:00
Alex Shinn
d636e8d57f
Speeding up grammar macros with a cond-expanded ER macro.
...
Fixing macro walking for multi-arg variants of */+/?.
Adding -> as an alias for =>, maybe deprecate the latter.
2013-02-25 08:06:02 +09:00
Alex Shinn
678db7888a
Fixing octal case of parse-c-integer.
2013-02-25 08:04:18 +09:00
Alex Shinn
3b52d30af1
Checking for null objects in type-of.
2013-02-25 08:03:06 +09:00
Alex Shinn
e18de40fe2
Adding initial parser combinator library. API still subject to change.
2013-02-21 22:56:07 +09:00
Alex Shinn
a32ae03add
Not quite the right fix - will do this properly later.
2013-02-20 22:10:57 +09:00
Alex Shinn
f142212701
fixing multi-line input
2013-02-20 21:49:22 +09:00
Alex Shinn
f60b72dbc0
fit in 80 columns
2013-02-18 23:03:48 +09:00
Alex Shinn
20c62ffe4a
The global ABI error object needs to be an immediate, since if
...
the ABI is incompatible we can't even necessarily refer to a
global from within the bad library.
2013-02-10 16:38:18 +09:00
Alex Shinn
55df642dab
Better initial defaults for equality bounds checking.
2013-01-26 23:42:22 +09:00
Alex Shinn
c5e4384821
Removing base exports from (chibi char-set ascii) exports.
2013-01-04 23:38:13 +09:00
Alex Shinn
902a37b259
call-with-process-io auto-non-blocks the fds
2012-12-31 00:34:48 +09:00
Alex Shinn
a8eb496962
get/set-file-descriptor-flags/status[!] now accept port arguments
2012-12-31 00:27:03 +09:00
Alex Shinn
119c95b222
Adding missing change from last patch (import (srfi 33) in edit-line).
2012-12-26 23:25:41 +09:00
Alex Shinn
a481f31571
Supporting double-width characters in line editor.
2012-12-26 23:10:46 +09:00
Alex Shinn
8c8358f3a5
Updating version.
2012-12-26 22:04:47 +09:00
Alex Shinn
c1185cd302
Spelling correction.
2012-12-26 22:03:14 +09:00
Alex Shinn
41a672864b
Making the match-let family insert a lexical closure to allow internal defines.
2012-12-26 22:02:27 +09:00
Alex Shinn
cb22ae6ff9
Supporting utf8 in edit-line. Still need to handle non-single-width characters properly.
2012-12-26 07:51:49 +09:00
Alex Shinn
1155893fca
Showing total individual test counts from subgroups.
2012-12-22 14:27:35 +09:00
Alex Shinn
38841409ff
More compact test output.
2012-12-22 13:49:21 +09:00
Alex Shinn
29411cb4ad
Adding general chibi application interface.
2012-12-13 10:36:53 +09:00
Alex Shinn
d23feedf11
Adding initial config library.
2012-12-13 10:35:55 +09:00
Alex Shinn
966ece57c2
Allowing multi-line input to (chibi repl) from Emacs and raw terminals.
2012-12-08 15:23:19 +09:00
Alex Shinn
b4c2bbb625
delete-file raises a file-error on failure.
...
Other file operations continue to return #t/#f - may change this later.
2012-12-04 20:09:21 +09:00
Alex Shinn
3b232b241c
Removing length* references in match, making match.sld portable R7RS.
2012-11-28 21:30:12 +09:00
Alex Shinn
5909732e82
fixing typo s/vetor/vector in largely unused set! code
2012-11-28 21:06:30 +09:00
Alex Shinn
209c96e305
Using string-copy for single argument substring.
2012-11-23 16:19:40 +09:00
Alex Shinn
b6ba47c2e3
Auto-importing the module being documented with chibi-doc.
...
Keeping environment separate from the interaction-environment.
2012-11-12 22:47:45 +09:00
Alex Shinn
a03147a0d3
Fixing missing newline in test output.
2012-11-11 16:41:44 +09:00
Alex Shinn
77bdb07584
Adding start/end parameters to string<->utf8.
2012-11-11 15:35:35 +09:00
Alex Shinn
54483179d2
Making chibi's write-string agree with R7RS.
...
Adding additional write tests.
2012-11-11 15:13:47 +09:00
Alex Shinn
5dbc970422
Fixing typo in every definition.
2012-11-11 12:31:42 +09:00
Alex Shinn
e2c8f144b5
Inlining every in (chibi test) to remove SRFI-1 dependency.
2012-11-10 21:10:14 +09:00
Alex Shinn
da4909907f
Fixing test handling of inexact complex numbers.
2012-11-01 21:40:21 +09:00
Alex Shinn
2b1c508e7f
removing deprecated (chibi strings)
2012-10-28 19:00:39 +09:00
arc
f646e0d470
changed port number from literal to listener-or-addr argument in server.scm
2012-10-27 23:29:07 +13:00
Alex Shinn
cec55dfe41
Adding let-optionals* to core as recommended way of handling optional arguments.
...
This is much faster (in chibi) and more concise than case-lambda. Also adding
(chibi optional) for the let-optionals and opt-lambda variants.
Still need to add let-keywords*.
2012-10-21 17:22:16 +09:00