(define-module (chibi scribble)
  (export scribble-parse scribble-read)
  (import-immutable (scheme))
  (include "scribble.scm"))