From 55876d63a3c037da975df21e0cd8e337902195d7 Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Thu, 21 Sep 2023 18:32:10 -0500 Subject: Remove garbage --- dnw/forms.scm~ | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dnw/forms.scm~ (limited to 'dnw/forms.scm~') diff --git a/dnw/forms.scm~ b/dnw/forms.scm~ deleted file mode 100644 index 99813a7..0000000 --- a/dnw/forms.scm~ +++ /dev/null @@ -1,22 +0,0 @@ -(define-module (dnw forms.el-to-html)) - -;; Idea: function that takes in a git repository link pointing to something containing a forms file pair, -;; and reads it in along with a mapping between whatever Elisp functions you use in forms-format-list -;; and equivalent Scheme implementations (bc I can't figure out how to programmatically use Guile's Elisp support). - -(define (forms.el->shtml git-link)) - -(define (forms.el-parse file) - (define-peg-string-patterns - "form-control-file <- (comment/whitespace/setq)+ -comment < ';' (!'\n')* '\n' -whitespace < [\r\n\t ]+ -setq < '(' whitespace? 'setq' whitespace name-val-pair whitespace? ')' - -name-val-pair <- forms-file/forms-format-list/forms-number-of-fields/forms-field-sep -/forms-read-only/forms-multi-line/forms-read-file-filter/forms-write-file-filter -/forms-new-record-filter/forms-insert-after/forms-check-number-of-fields - -value <- string/quoted/ - -")) -- cgit v1.2.3