(in-package :jscl)
(defvar *source*
- '(("boot" :target)
- ("compat" :host)
- ("utils" :both)
- ("list" :target)
- ("string" :target)
- ("print" :target)
- ("package" :target)
- ("ffi" :target)
- ("char" :target)
- ("read" :both)
- ("compiler" :both)
- ("toplevel" :target)))
+ '(("boot" :target)
+ ("compat" :host)
+ ("utils" :both)
+ ("list" :target)
+ ("string" :target)
+ ("sequence" :target)
+ ("print" :target)
+ ("package" :target)
+ ("ffi" :target)
+ ("misc" :target)
+ ("numbers" :target)
++ ("char" :target)
+ ("read" :both)
+ ("defstruct" :both)
+ ("lambda-list" :both)
+ ("backquote" :both)
+ ("compiler" :both)
+ ("toplevel" :target)))
(defun source-pathname
(filename &key (directory '(:relative "src")) (type nil) (defaults filename))