parse and colons?
Posted: Wed Nov 21, 2007 4:16 pm
What is parse supposed to do for colons?
It appears to ignore them, even though it's supposed to use the newlisp internal parser when there are no options...
I know that the colon is enhanced for the latest release...
Code: Select all
> (parse {(define (fred jim) (println fred jim))})
("(" "define" "(" "fred" "jim" ")" "(" "println" "fred" "jim" ")" ")")
> (parse {(define (fred:jim) (println fred jim))})
("(" "define" "(" "fred" "jim" ")" "(" "println" "fred" "jim" ")" ")")
I know that the colon is enhanced for the latest release...