[TCS] Problem with symbols [message #601601] |
Fri, 01 June 2007 10:43 |
Eclipse User |
|
|
|
Hi,
I've got a problem with symbols in TCS and i don't know why.
I've got a template like this :
template PrefixDecl
: "PREFIX" prefix <no_space> ":" "<" <no_space> uri <no_space> ">"
;
which is supposed to parse a line like this one :
PREFIX truc: <much>
and in symbol section
symbols {
colon = ":" : leftNone, rightSpace;
gt = ">";
lt = "<";
...
But i've got this error during execution
[am3.loadModel] Error: 1:12: expecting COLON, found ':'.
[am3.loadModel] Error: 2:11: expecting COLON, found ':'.
Is there anyone who can tell me why the symbols colon is not recognize as
":"
Regards
|
|
|
Powered by
FUDForum. Page generated in 0.03524 seconds