On Mon, 23 Jan 2006, Dominique Boucher wrote:

[...]
How do I quote the parens and brackets above and use them later? Is that even possible without renaming them to L-BRACKET, etc.?

Terminals can only be denoted by Scheme symbols. So yes, you'll have to rename all special characters to LBRACKET, RBRACKET, SEMICOLON, etc. [...]

Hello,

if the terminals are symbols, couldn't you use symbol quoting syntax then, like |\[|, |\]|, ... ?

cu,
Thomas


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to