Hello unkown hero, take a look here: _http://tech.groups.yahoo.com/group/GOLDParser/message/2717_ (http://tech.groups.yahoo.com/group/GOLDParser/message/2717) ...
Hello, the "Start Symbol" must be already defined in the Grammar, but I need a possibility to change that "Start Symbol" in the Engine dynamically. Is that...
Hallo Manfred, ... Please recheck nowledge - you mean knowledge, right? Auf solche Antworten kann ich verzichten. Ich habe eine Frage gestellt, und erwarte...
Can I use unicode string and unicode operators in my own language? I create file lang.grm the add "Character Mapping" = Unicode in top save as utf-16, load in...
No, its not possible, since changing the Start Symbol would change the state tables. You would have to rebuild the grammer after changing the Start Symbol....
Hello!!, I have some serious problems with generics parts. For instance, its possible to call static methods on generic types: if (a<b>.SomeMethod()) this...
Yes you can, but you'll have to specify the char sets in your terminals. check the help files with gold for which are what. If you were trying to parse all...
Upon opening a test file having a Unicode string containing Chinese characters causes the Gold Parser Builder V 3.4.4 to terminate. Has anyone encountered this...
One other question. I notice that performance degraded somewhat after using {All Valid}. I'm using the Morozov engine and I am wondering if the engine is...
I have a situation where the strings can contain Unicode characters. Thus how would a define such a string? {String Ch} = {All Valid} + {HT} - ["\] ...
Can you provide and example. What I am trying to do is allow for strings that have unicode characters. In my specific case the string can have Chinese...
I was able to narrow down the problem. The problem is not in the engine it is in the compiled grammar table. The table grew from my original 148KB to over...
I will be out of the office starting 15-03-2008 and will not return until 25-03-2008. <FONT SIZE=1 FACE="Arial">_______________ Vi goer opmaerksom paa, at...
Jens Linneberg Rasmus...
jensra@...
Mar 17, 2008 9:06 pm
3314
Hi, I posted a question 3 days ago but it still does not appear in the list. Is this forum active? Thanks!...
Hi, Has anybody here built or considered building a script interpreter with wwf? It just hit me that it might be possible but I haven't actually ever used wwf...
I solved first part by defining $$ tag string as: {PGStringCh} = {Printable} + {Whitespace} - ['$'] PGString = '$$' ( {PGStringCh}+ | {PGStringCh}+ '$'...
kelly are you spying on me? I just got finished writing a bunch of workflow code. It would be interesting to do so, but there are some interesting problems...
The problem isn't in the table, but how the engine deals with the table. Since it's a huge list of possibilities, and you merely want to include all of them,...
This is a serious problem because strings should be allowed to accept all Unicode characters and I would encourage engine writers to fix this problem. This is...
Dear Friend, Hey! I have a found a great PHP Lyrics Script that can really generate excellent money for you. Please visit the link below and see its features. ...
I'm not trying to be annoying, just looking for solution. Can anyone answer the question? I hope someone knowledgeable, for example Devin, can answer it from ...
The definition: {String Ch} = {All Valid} + {HT} - ["\] StringLiteral = [L]? '"' ( {String Ch} | '\' {Printable} )* '"' ... will work for all valid Unicode...
Devin Cook
GOLD-Admin@...
Apr 26, 2008 11:41 am
3325
I'll take a look at the conversation. At worst case, the terminal definition is ambiguous. This means it cannot be recognized by a regular expression. First...
Devin Cook
GOLD-Admin@...
Apr 26, 2008 11:51 am
3326
In the text: RETURN ($1 ~ $q$[\t\r\n\v\\]$q$); Does the binding of the $1 end when it hits the space? - Devin ________________________________________ ...