mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-13 07:57:35 +02:00
Exporting make-parse-stream.
This commit is contained in:
parent
ad66b05837
commit
6d6a8fbfb1
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
parse-beginning-of-line parse-end-of-line
|
parse-beginning-of-line parse-end-of-line
|
||||||
parse-beginning-of-word parse-end-of-word
|
parse-beginning-of-word parse-end-of-word
|
||||||
parse-word parse-word+
|
parse-word parse-word+
|
||||||
parse-with-failure-reason)
|
parse-with-failure-reason
|
||||||
|
make-parse-stream)
|
||||||
(import (chibi) (chibi char-set) (srfi 9))
|
(import (chibi) (chibi char-set) (srfi 9))
|
||||||
(include "parse/parse.scm")
|
(include "parse/parse.scm")
|
||||||
(cond-expand
|
(cond-expand
|
||||||
|
|
Loading…
Add table
Reference in a new issue