SCL support (thanks to Douglas Crosher). Includes support for
implementations where URIs are valid namestrings, and a mode
where normal streams are used instead of xstreams and ystreams
(albeit both SCL-specific at this point).
This commit is contained in:
10
runes.asd
10
runes.asd
@ -52,7 +52,9 @@
|
||||
#+rune-is-character "characters")
|
||||
#+rune-is-integer (:file "utf8")
|
||||
(:file "syntax")
|
||||
(:file "encodings")
|
||||
(:file "encodings-data")
|
||||
(:file "xstream")
|
||||
(:file "ystream")))
|
||||
#-x&y-streams-are-stream (:file "encodings")
|
||||
#-x&y-streams-are-stream (:file "encodings-data")
|
||||
#-x&y-streams-are-stream (:file "xstream")
|
||||
#-x&y-streams-are-stream (:file "ystream")
|
||||
#+x&y-streams-are-stream (:file #+scl "stream-scl")
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user