Sat Jan 2 09:45:37 UTC 2010 pix@kepibu.org * Add fixme diff -rN -u old-Oh, Ducks!/selectors.lisp new-Oh, Ducks!/selectors.lisp --- old-Oh, Ducks!/selectors.lisp 2015-10-20 00:20:04.000000000 +0000 +++ new-Oh, Ducks!/selectors.lisp 2015-10-20 00:20:04.000000000 +0000 @@ -53,6 +53,7 @@ (defmethod print-object ((selector %implicit-element-selector) stream) (print-unreadable-object (selector stream :type t))) +;; FIXME: proper parsing (e.g., by using the W3C's provided FLEX and YACC bits). (defun parse-selector (selector) (match-case (selector) ;; combinators