;; Based on http://common-lisp.net/~dcrampsie/smug.html ;; Inspired by https://github.com/joshua-choi/fnparse/ (module comparse (parse fail result item bind satisfies in is char-seq char-seq-until char-seq-split char-seq-match maybe skip sequence sequence* repeated zero-or-more one-or-more any-of all-of none-of none-of* preceded-by followed-by enclosed-by end-of-input as-string recursive-parser memoize memo-table ->parser-input parser-input? parser-input->lazy-seq parser-input->list parser-input->string parser-input-end? default-parser-input-chunk-size) "comparse-impl.scm")