(defcc := ; X ; := [];) (defcc "%" "%" := skip;) (defcc := skip ; ;) (defcc X := skip where (not (= X "%"));) (compile (fn ) [($ "hello %just a comment% world")])