*** empty log message ***

original commit: e803855a5dfcc51e7ed7c31618498a300213df64
tokens
Scott Owens 22 years ago
parent db27e8da16
commit c9ddef8214

@ -37,7 +37,7 @@
((: ":") (string->symbol lexeme))
(%prec (string->symbol lexeme))
(#\| 'PIPE)
((: #\newline #\tab " " (comment) (@ "{" (* (^ "}")) "}")) (return-without-pos (get-token-grammar input-port)))
((+ (: #\newline #\tab " " (comment) (@ "{" (* (^ "}")) "}"))) (return-without-pos (get-token-grammar input-port)))
(#\; 'SEMI)
(#\' (token-STRING (string->symbol (list->string (match-single-string input-port)))))
(#\" (token-STRING (string->symbol (list->string (match-double-string input-port)))))

Loading…
Cancel
Save