Whitespace Sensitive Grammar

Description

X%AT%from < X^from-2

is invalid while

X%AT%from < X^from - 2

is ok.

Comments

I suspect that X^from-2 gets tokenized as X,^,from,-2

The proper solution to this would be to change RE_NUM (in scanner.l.m4) and introduce a unary minus operator in the appropriate places in parser.y.
-- YannickVersley on 20 Jul 2005, 14:12:01

 

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback