Search the web
Sign In
New User? Sign Up
GOLDParser · GOLD Parsing System
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3281 - 3310 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3281
Hello all of you, When I parse a C# file, it shows me the next error in the next file's line: Code line: ...
diegocandel
Offline Send Email
Feb 3, 2008
1:21 pm
3282
I answered your question. If it's not clear enough, I don't know what else to say. You'll have to read the dragon book. I explained it, but it appears there is...
Spam Catcher
aldousd666
Offline Send Email
Feb 4, 2008
3:46 am
3283
Calitha is distributed under the "Freeware License agreement, Open Source", as specified at : http://www.devincook.com/goldparser/about/license.htm (and...
Spam Catcher
aldousd666
Offline Send Email
Feb 5, 2008
3:22 am
3284
Has anyone had much experience with introducing virtual terminals in the .NET engines during file read/dfa parsing? I'm attempting to implement a indent-based...
Max Battcher
world_maker
Offline Send Email
Feb 5, 2008
9:10 pm
3285
Hey Devin, just out of curiosity have you had any progress on your port/rewrite to a modern .NET language of the builder? A laptop I'm using is running Ubuntu...
Max Battcher
world_maker
Offline Send Email
Feb 5, 2008
9:12 pm
3286
Sorry about the huge delay! I finished converting the core code to VB.Net last month, but I haven't been able to work on it – let alone keep up with the...
Devin Cook
GOLD-Admin@...
Send Email
Feb 6, 2008
7:08 am
3287
Each rule has an unique index - which you can look at when a reduction occurs or the tree is complete. You can also replace the default instance of the rule...
Devin Cook
GOLD-Admin@...
Send Email
Feb 6, 2008
7:22 am
3288
The grammar is probably not compliant with the most recent version of C#. The problem can be fixed my modifying the grammar to accept the new language ...
Devin Cook
GOLD-Admin@...
Send Email
Feb 6, 2008
7:22 am
3289
Hello!!, When I parse the next lines of java¡¦s code, gold parser shows me an error: These are: Import static javapack.exception.ErrorInfo.*; „³ Exactly...
diegocandel
Offline Send Email
Feb 6, 2008
11:58 pm
3290
I NEED HIS HELP TO CONTINUE WITH MY WORK. THANKS!...
diegocandel
Offline Send Email
Feb 6, 2008
11:58 pm
3291
The grammar needs to be updated. What is the current version of Java's syntax? - Devin _____ From: GOLDParser@yahoogroups.com...
Devin Cook
GOLD-Admin@...
Send Email
Feb 13, 2008
3:37 pm
3292
I will be out of the office starting 09-02-2008 and will not return until 18-02-2008. <FONT SIZE=1 FACE="Arial">_______________ Vi goer opmaerksom paa, at...
Jens Linneberg Rasmus...
jensra@...
Send Email
Feb 13, 2008
5:06 pm
3293
Hello!!, When I parse the next lines of java¡¦s code, gold parser shows me an error: These are: - new class [] --> Exactly in "[]" - public @interface...
diegocandel
Offline Send Email
Feb 13, 2008
6:07 pm
3294
Hello Devin, The current version of Java's syntax is: "Name" = 'LALR(1) Java nonunicode grammar' "Version" = '1.0 alpha 110' "Author" = 'Dmitry Gazko' ...
diegocandel
Offline Send Email
Feb 20, 2008
10:06 pm
3295
I'm writing (or trying to write) a JavaScript interpreter. I've based the framework on the Adrian Moore's Simple Interpreter example in VB.NET, but I'm finding...
pixbypedrito
Offline Send Email
Feb 20, 2008
10:06 pm
3296
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...
diegocandel
Offline Send Email
Feb 27, 2008
3:04 pm
3297
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) ...
WeikEngOff@...
udoweiksw
Offline Send Email
Mar 7, 2008
3:42 am
3298
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...
WeikEngOff@...
udoweiksw
Offline Send Email
Mar 7, 2008
2:13 pm
3299
... Please try to recheck your writing against your assumable nowledge. -manfred...
svv1999
Offline Send Email
Mar 7, 2008
9:40 pm
3300
Hallo Manfred, ... Please recheck nowledge - you mean knowledge, right? Auf solche Antworten kann ich verzichten. Ich habe eine Frage gestellt, und erwarte...
udoweiksw
Offline Send Email
Mar 7, 2008
11:13 pm
3301
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...
goldyeee
Offline
Mar 8, 2008
12:33 am
3302
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....
dncomputerboy
Offline Send Email
Mar 8, 2008
12:33 am
3303
... Yes. 1) What kind of education do you have and 2) where can I find some answers you gave to people of your kind? -manfred...
svv1999
Offline Send Email
Mar 8, 2008
7:54 am
3304
Hello David, many thanks for your answer! Greetings Udo [Non-text portions of this message have been removed]...
WeikEngOff@...
udoweiksw
Offline Send Email
Mar 8, 2008
8:12 am
3305
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...
diegocandel
Offline Send Email
Mar 10, 2008
12:20 pm
3306
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...
Spam Catcher
aldousd666
Offline Send Email
Mar 11, 2008
2:19 pm
3307
If you jsut want the russian charset, then check the help files, it's pretty simple and the impact on performance would be almost negligible....
Spam Catcher
aldousd666
Offline Send Email
Mar 11, 2008
2:20 pm
3308
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...
Sheffield Maillard
sheffieldmai...
Offline Send Email
Mar 17, 2008
8:44 pm
3309
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...
Sheffield Maillard
sheffieldmai...
Offline Send Email
Mar 17, 2008
8:44 pm
3310
I have a situation where the strings can contain Unicode characters. Thus how would a define such a string? {String Ch} = {All Valid} + {HT} - ["\] ...
Sheffield Maillard
sheffieldmai...
Offline Send Email
Mar 17, 2008
8:44 pm
Messages 3281 - 3310 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help