Artifact f4b16c20f8c38e707364d8a35c98365f3a36ef9f:
- File formdat.scm — part of check-in [de72dc8d9f] at 2018-09-08 19:46:39 on branch stml2 — Moved everything into a single module for a more easy transition (user: matt, size: 506) [annotate] [blame] [check-ins using] [more...]
;; Copyright 2007-2011, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;; (declare (unit formdat)) (module formdat * (import chicken scheme data-structures extras srfi-13 ports ) (use html-filter) (use regex) (require-extension srfi-69) )