FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Interesting behaviour of parser.

 
Post new topic   Reply to topic     Forum Index -> Poseidon
View previous topic :: View next topic  
Author Message
Uwar



Joined: 10 Feb 2008
Posts: 11
Location: Poland

PostPosted: Sun May 04, 2008 10:35 am    Post subject: Interesting behaviour of parser. Reply with quote

Little strange behaviour of parser.
_____________________________________________________________
When we write:
Code:
"FL: ""no tilde"~__FILE__~" LN: "~ToStr(__LINE__)

Compiled succesful and parsed succesful.
_____________________________________________________________
But when we write:
Code:
"FL: "__FILE__~" LN: "~ToStr(__LINE__)

Compiled succesful but parsed failure.
Back to top
View user's profile Send private message
Kuan Hsu



Joined: 15 Apr 2006
Posts: 143
Location: Taiwan

PostPosted: Mon May 05, 2008 7:49 pm    Post subject: Re: Interesting behaviour of parser. Reply with quote

It's because no Special Tokens Lexical in parser, I'll fix it, for now, please add ~ sign... Very Happy

"FL: "__FILE__~" LN: "~ToStr(__LINE__)

to

"FL: "~__FILE__~" LN: "~ToStr(__LINE__)
Back to top
View user's profile Send private message Send e-mail
Uwar



Joined: 10 Feb 2008
Posts: 11
Location: Poland

PostPosted: Tue May 06, 2008 3:27 pm    Post subject: Reply with quote

Of course I know Smile . I just only inform you about my discovery Wink because Poseidon is cool.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Poseidon All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group