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...
Show off your group to the world. Share a photo of your group with us.

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 3258 - 3288 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3258
Hello. I've been having a lot of fun with GOLD. My thanks to creator and all the contributors. I'm trying to model a simple BASIC dialect, and I'm running into...
hueso4ever
Offline
Dec 5, 2007
3:09 pm
3259
When I try to build it, I get 4 DFA state errors: DFA State 85: Cannot distinguish between: ID IF DFA State 112: Cannot distinguish between: ID ON DFA State...
hueso4ever
Offline
Dec 6, 2007
9:42 pm
3260
... Also, why does insist on reordering the windows every time I use the continue button? Just because I pressed continue doesn't mean I want the Test window...
sorchasinead_sorchasi...
sorchasinead...
Offline Send Email
Dec 13, 2007
6:38 am
3261
Hi all I'm new to GOLD, and think its great, but am confused. My grammar is okay (apparently), but when it tries to parse it in LALR, I get the error "Rule...
david.odriscoll
Offline
Dec 17, 2007
10:22 am
3262
<items> ::= <items> <item> ... might be the problem... To: GOLDParser@yahoogroups.com From: no_reply@yahoogroups.com Date: Mon, 17 Dec 2007 09:10:32 +0000 ...
Kelly Parker
bigblockfw
Offline Send Email
Dec 17, 2007
1:20 pm
3263
Doh! Thanks for that Kelly. So damn obvious in hindsite. Regards David ... is ... as ... <validationname> ';' ... making a difference....
david.odriscoll
Offline
Dec 24, 2007
5:05 am
3264
I am having trouble with case sensitivity. The following post explains why the rule <MyString> ::= string | String produces a duplicate rule error, even with...
dncomputerboy
Offline Send Email
Dec 24, 2007
5:05 am
3265
ok first of all it's "Case Sensitive" not "Case Sensitivity" second, this is an example of how to do it. (tested and works) Use them as explicit terminals,...
Spam Catcher
aldousd666
Offline Send Email
Dec 25, 2007
3:23 am
3266
I am using "Case Sensitive" in my grammar, I just copied it wrong into my post. I am aware of that workaround, however, that would require me to create a large...
dncomputerboy
Offline Send Email
Dec 29, 2007
7:40 pm
3267
... One might consider a program to generate the explicit terminals ;-) ... Yes ist counterintuitive to say "please be sensitive" and the generator isn't able...
svv1999
Offline Send Email
Dec 29, 2007
11:43 pm
3268
This is a great engine but you have bugs in your positional calculations. The bugs shows up when you overrun the 4K buffer. You are doing something funky...
sheffieldmaillard
sheffieldmai...
Offline Send Email
Jan 16, 2008
11:34 am
3269
Thank you for reporting this issue. I will have a look at the code to see how it can be fixed. Thank you, Vlad ... You ... is ... are ... approaching...
Vladimir Morozov
vmorozov72
Offline Send Email
Jan 17, 2008
5:11 pm
3270
Thanks. Don't hesitate to contact me if you have any questions shef ... From: Vladimir Morozov <vmoroz@...> To: GOLDParser@yahoogroups.com Sent:...
Sheffield Maillard
sheffieldmai...
Offline Send Email
Jan 19, 2008
5:28 am
3271
Hi I'm trying to add c# parser to my application and I got few errors: 'LALRParser' could not be found … 'TokenReadEventArgs' could not be found … ...
oren.gavriel
Offline Send Email
Jan 21, 2008
2:01 pm
3272
Are you using the Calitha engine?, and have you included the namespaces such as com.calitha.GoldParser ? Lots of engines name their dll's GoldParser.dll, so...
Spam Catcher
aldousd666
Offline Send Email
Jan 23, 2008
6:10 pm
3273
Hello all of you!! Gold Parser represents all the c# element's in the tree like sons and it is not correct. For instance, if I parse the next simple code: ...
diegocandel
Offline Send Email
Jan 25, 2008
2:53 pm
3274
Here is one of the annoying new user questions that everyone hates. I apologize in advance.... I got the GOLD Parser builder downloaded and installed. Created...
kimberly.harms
Offline Send Email
Jan 27, 2008
12:12 am
3276
Each rule has a different symbol index. while in the grammar you can write <ARule> ::= A ... it's actually two rules, they each have their own index. The...
Spam Catcher
aldousd666
Offline Send Email
Jan 28, 2008
9:37 pm
3277
it's reducing one as a recursive production, which can contain many other productions therein. It's only visually deceiving, it's not actually wrong. Gold is...
Spam Catcher
aldousd666
Offline Send Email
Jan 28, 2008
9:46 pm
3278
Sorry, I don't understand very well your answer… My question is simple: If I parse the next code: Using System.Windows.Form; Namespace Name{} In C#.cs, when...
diegocandel
Offline Send Email
Feb 1, 2008
1:15 am
3279
First off, thanks for the answer and I'm sorry that I have to follow up but again, as I must be missing something. In the reduction tree print function I...
Kimberly Harms
kimberly.harms
Offline Send Email
Feb 1, 2008
1:15 am
3280
Hello, CalithaLib.dll and GoldParserEngine.dll libraries are free distribution?. If I have a project which isn't free distribution, Can I use these libraries?....
diegocandel
Offline Send Email
Feb 1, 2008
1:15 am
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
Messages 3258 - 3288 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