From 1588dd1df103299e4bad97a1c1d7b78c1a11e7df Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 24 Apr 2020 16:53:20 -0500 Subject: readme update --- README.org | 273 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 139 deletions(-) diff --git a/README.org b/README.org index db4d7eb..45a0bcd 100644 --- a/README.org +++ b/README.org @@ -117,152 +117,147 @@ PARZIVAL-NUMBERS> (ta-dah) -** the code +*** the code -#+BEGIN_SRC lisp + #+BEGIN_SRC lisp -(defpackage :parzival-numbers - (:use :cl :parzival)) + (defpackage :parzival-numbers + (:use :cl :parzival)) -(in-package :parzival-numbers) + (in-package :parzival-numbers) -(defun < ") - (loop named goof-calc - for line = (read-line) - do - (if (equal line "quit") - (return-from goof-calc "OK") - (let ((parsed (parse (string-downcase line) " parsed) - (format t "No no no.. all wrong...~%> ")))))) + (< ") + (loop named goof-calc + for line = (read-line) + do + (if (equal line "quit") + (return-from goof-calc "OK") + (let ((parsed (parse (string-downcase line) " parsed) + (format t "No no no.. all wrong...~%> ")))))) -#+END_SRC + #+END_SRC -** [0/4] To Do - 1) [ ] Signal Conditions on Parse Failures from =parse= function - 2) [ ] Related to (1), provide prettying-printing options for parse failures - 3) [ ] Extend to support Binary stream parsers. - 4) [ ] Complete Test Coverage -- cgit v1.2.3