Commit graph

217 commits

Author SHA1 Message Date
Alex Shinn
5ac68d65eb Using (chibi log) instead of custom loggers. 2013-12-14 13:58:49 +09:00
Alex Shinn
0e7baa96e8 Allowing alist initializers for memoize cache. 2013-12-14 00:03:12 +09:00
Alex Shinn
badc6765f0 Simplifying or patterns into char-sets when possible. 2013-12-08 23:53:31 +09:00
Alex Shinn
85c7fb9990 Adding support for (char-set <string>) pattern. 2013-12-08 23:46:01 +09:00
Alex Shinn
4012cbdb36 Simpler grapheme description. 2013-12-08 14:02:44 +09:00
Alex Shinn
b82391fde6 Adding -> as an alias for =>. 2013-12-08 13:54:08 +09:00
Alex Shinn
1abee0b788 Simplifying bog/eog matches. 2013-11-30 00:41:36 +09:00
Alex Shinn
dc4bab73d2 Expanging the grapheme cases so that the hangul variants are never empty. 2013-11-29 23:59:04 +09:00
Alex Shinn
9c5871484f Adding char-set->sre. 2013-11-29 23:52:43 +09:00
Alex Shinn
300184b160 Adding English names for all SREs. 2013-11-29 23:50:06 +09:00
Alex Shinn
05dcd92d72 Adding rx and regexp->sre. 2013-11-29 23:42:36 +09:00
Alex Shinn
bc14b4b9ec Fixing a typo in a comment. 2013-11-16 09:11:33 +09:00
Alex Shinn
80c2f3f02c Adding support for w/ascii. 2013-11-16 08:12:50 +09:00
Alex Shinn
5fe299d4fc Renaming rx-match to regexp-match, and regexp-match to regexp-matches. 2013-11-09 16:53:51 +09:00
Alex Shinn
d2bd4d6d44 Fixing bug in iset-adjoin for values already present at a node boundary. 2013-11-09 16:35:22 +09:00
Alex Shinn
c0619b769d rx-match-* procedures no longer take a string argument. 2013-11-06 22:57:47 +09:00
Alex Shinn
906d071756 Adding grapheme/bog/eog support.
Fixing offset computations in regexp-fold.
2013-10-29 06:49:13 +09:00
Alex Shinn
03bbdea1ba Adding initial UAX #29 boundary char-sets. 2013-10-29 06:47:15 +09:00
Alex Shinn
ecd450c4c3 Shortcut for word+ to avoid expensive char-set intersection. 2013-10-20 20:29:47 +09:00
Alex Shinn
ce3b1fcecf Supporting =, >= and ** repetition patterns. 2013-10-20 18:27:10 +09:00
Alex Shinn
8f9ba977c3 Fixing name offsets. 2013-10-20 17:31:05 +09:00
Alex Shinn
eca3895a00 Adding missing string-cursor utilities for non-Chibi implementations. 2013-10-20 17:28:39 +09:00
Alex Shinn
6f57182633 The final offset was off in regexp-fold for regexps not ending in a match.
Fixes issue #203.
2013-10-15 15:23:23 +09:00
Alex Shinn
617fbbba6a Export a make-tm constructor to generate time values.
Patch from Barry Fishman.
2013-10-15 09:06:50 +09:00
Alex Shinn
045c96bbf4 Patch from Barry Fishman for C-p, C-n to act as alternates to the up/down arrows in the standard edit-line. 2013-10-15 09:01:48 +09:00
Alex Shinn
83262a9dfa Adding pretty-printing format combinators. 2013-10-13 19:49:15 +09:00
Alex Shinn
3f13fd485e Adding missing (c-system-include "sys/file.h") for flock constants.
Fixes issue #199.
2013-10-10 16:42:28 +09:00
Alex Shinn
67c9e7ca7c (chibi log) only needs (chibi show base), like most libraries which
provide a combinator formatting interface.
2013-10-08 21:43:27 +09:00
Alex Shinn
d80c7ff152 Adding customizable logging library with combinator formatting. 2013-10-08 21:40:06 +09:00
Alex Shinn
3ce042bba1 Adding initial version of (chibi show) successor to the fmt combinator formatting library. 2013-10-08 21:31:20 +09:00
Alex Shinn
505c608679 Adding initial environment monad for use in combinator formatting. 2013-10-08 21:26:49 +09:00
Alex Shinn
f9d73ddc30 Adding the -R<module> option to run "main" procedures directly from modules,
analogous to Python's -m.  With no argument, runs chibi.repl.
2013-10-04 12:04:50 +09:00
Alex Shinn
e037027fcf Fixing directory-fold to return knil on non-existing directories.
Fixing file-regular?/directory?/... shortcut tests to return #f
for non-existent files instead of a confusing error.
2013-10-04 10:42:49 +09:00
Alex Shinn
3b7a042d61 Adding repl-advise-exception, currently advising potential modules exporting unbound indentifiers. 2013-10-03 12:42:18 +09:00
Alex Shinn
7004feed5e Adding closedir call to directory-fold-tree. 2013-10-03 12:30:24 +09:00
Alex Shinn
2d8371c258 Adding missing changes to available module introspection from 1729:f1e5f235d684. 2013-10-03 12:14:59 +09:00
Alex Shinn
fc2ca6181f Adding introspection to available unloaded modules. 2013-10-03 12:14:31 +09:00
Alex Shinn
daf5478824 Fixing failed opendir handling from 1725:739f90999b17. 2013-10-03 12:12:16 +09:00
Alex Shinn
3c8c1fe74b Handling case where opendir fails in directory-fold-tree. 2013-10-03 09:37:33 +09:00
Alex Shinn
20aa69033c Adding file-lock interface to flock(2) to (chibi filesystem). 2013-10-01 15:14:17 +09:00
Alex Shinn
216bfb87c9 containing-module should account for the fact the a module's environment may not yet be set. 2013-09-30 10:57:07 +09:00
Alex Shinn
67e50cefaa Exporting conf-source 2013-09-29 13:26:13 +09:00
Alex Shinn
fbfe1f1b5b Adding 'reloader?: keyword to memoize-file-loader. 2013-09-26 19:57:20 +09:00
Alex Shinn
94615fb11e Default conf parent is #f, not null. 2013-09-22 18:55:21 +09:00
Alex Shinn
724390d596 Exporting regexp-match?. 2013-09-18 00:18:36 +09:00
Alex Shinn
5795f132ca Adding memoize-file-loader. 2013-09-08 18:23:39 +09:00
Alex Shinn
75cf2d7331 Adding memoization library. 2013-09-01 23:08:33 +09:00
Alex Shinn
080cdef849 Adding create-directory*. 2013-08-31 20:16:01 +09:00
Alex Shinn
d198557c8b Adding path-strip-leading-parents. 2013-08-31 20:02:53 +09:00
Alex Shinn
38685f6aca Adding procedure-arity and procedure-variadic?. 2013-08-31 20:02:39 +09:00