about summary refs log tree commit diff stats
path: root/fff.read.sld
blob: a5c5dad70d5a1aaf5058a9b09f1172c71be31c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; (fff read)

#+chicken (import (r7rs))

(define-library (fff read)
  (export
   ;; Parameters
   chunk-size
   ignore-comments?
   base-environment
   ;; Reading
   read-fff
   read-fff-string)

  (include "fff.read.ss"))