diff --git a/parser.scm b/parser.scm index 582429a5..ed8b1966 100644 --- a/parser.scm +++ b/parser.scm @@ -8,9 +8,6 @@ ;; when bootstrapping from a Scheme, keep in mind the code in this module ;; cannot use features that are not also provided by Cyclone. ;; -;; FUTURE: if this was a module/library, would probably only want to export -;; read and read-all -;; ;; Extended information for each input port (define *in-port-table* '())