(define-library (cook parse) (import (srfi 1) (srfi 9) (srfi 69) (chibi) (chibi char-set ascii) (chibi char-set) (chibi parse) (chibi regexp) (chibi parse common)) (export amount? amount-quantity amount-unit ingredient? ingredient-name ingredient-amount timer? timer-name timer-amount cookware? cookware-name cookware-amount comment? comment-text step? step-elements parse-cook) (include "parse.scm"))