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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2913 - 2946 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2913
great, because that's exactly what i was going to ask you, johnathon :) [in the meantime - much as i hate asking, could you kindly email me a copy, to...
lkcl_net
Offline Send Email
Apr 3, 2007
7:04 am
2915
Well, lucky for me, I'm not ashamed of my sneakers OR my darth vader helmet! I quite see your point and your plight then. I don't actually think that you can...
Spam Catcher
aldousd666
Offline Send Email
Apr 8, 2007
8:22 am
2916
Hello! Please help me. I write Pascal language parser. In this situation while do write(1) I print the following error: "Identifier expected" I want to print...
mikst1965
Offline Send Email
Apr 9, 2007
12:24 pm
2917
Vladimir, et al: I am now seeing a different manifestation of the "difference" problem between the builder environment and our running program. The problem in...
geo_merckx
Offline
Apr 9, 2007
1:09 pm
2918
Geo, This sounds very strange. It looks like a problem with lexical scanner. Could you give me a small grammar sample where you define the string and which can...
Vladimir Morozov
vmorozov72
Offline Send Email
Apr 10, 2007
3:08 pm
2920
Yes, whilst parsing I would like to collect a group of tokens For instance (Name Contains ericsson) And (DS Mnemonic Contains F) Token group 1 = Name Contains...
pschana
Offline Send Email
Apr 12, 2007
8:27 am
2923
That is quite strange. If the error being reported as a syntax error or a lexical error? Also, is the grammar line-based? - Devin    ...
Devin Cook
GOLD-Admin@...
Send Email
Apr 15, 2007
1:20 pm
2924
For your final precedence level, you can accept a series of identifiers. Your program will have to semantically give the first and last identifiers the status...
Devin Cook
GOLD-Admin@...
Send Email
Apr 15, 2007
1:20 pm
2925
Hey everyone, I just uploaded version 3.4.3 of the GOLD Builder. The most recent version fixes a very minor (yet annoying) bug as well as adding a brand new...
devindcook
Offline
Apr 16, 2007
12:20 pm
2926
Vlad: Thanks for responding. Here is the relevant part of the grammar. String literals are the things getting errors. As I said, the Builder environment...
geo_merckx
Offline
Apr 16, 2007
4:12 pm
2927
Devin, thanks for the responding. The grammar IS line-based, based on the VB one found on your site, but heavily edited down. It is a parser error when...
geo_merckx
Offline
Apr 16, 2007
4:16 pm
2928
Geo, First of all, thank you very much for reporting this bug. The bug was in transition vector code used for small number of states and if you have Unicode...
Vladimir Morozov
vmorozov72
Offline Send Email
Apr 17, 2007
2:43 pm
2929
Vladimir, Whilst you're updating your excellent C# implementation, I had a problem a while back with the private m_lrStack running out of space. I fixed it by...
Nathan Baulch
nathanbaulch
Offline Send Email
Apr 17, 2007
3:02 pm
2930
I may have seen this. Is the symptom an out of range exception? I am getting in on a very large Select-Case statement (maybe 80+ cases). --Geo ... problem a ...
geo_merckx
Offline
Apr 18, 2007
12:57 pm
2931
I have uploaded new version of the engine to http://notebar.com/GoldParserEngine.html It contains the m_lrStack fix provided by Nathan and the fix for the ...
Vladimir Morozov
vmorozov72
Offline Send Email
Apr 18, 2007
3:13 pm
2932
Dear all, I have a project in which I want to make a compiler that don't compile the code but only generates the equivalent quadruples of the code, can I do...
Ahmed Mostafa
eng_ahmedm2003
Offline Send Email
Apr 19, 2007
10:30 am
2933
Yes. This classification of parser is known as a "translator". Basically, after the system parses the text, it converts the text into another language. This ...
Devin Cook
GOLD-Admin@...
Send Email
Apr 19, 2007
11:54 am
2934
I updated the website. Thanks again for all your hard work! - Devin _____ From: GOLDParser@yahoogroups.com [mailto:GOLDParser@yahoogroups.com] On Behalf Of...
Devin Cook
GOLD-Admin@...
Send Email
Apr 19, 2007
1:06 pm
2935
I've been thinking, a scary proposition I know, about how one might develop a test plan to ensure coverage on a particular grammar. Does anyone have a ...
Spam Catcher
aldousd666
Offline Send Email
Apr 20, 2007
6:38 pm
2936
That's an interesting issue. I don't think there is any formal methodology for creating test cases. I could create a simple algorithm that would look through...
Devin Cook
GOLD-Admin@...
Send Email
Apr 23, 2007
3:21 am
2937
... The question is what one wants to test. If L is the intended language, G the GOLD-grammar defined for L, M the parser generated by GOLD from G: - L=L(G) ? ...
svv1999
Offline Send Email
Apr 23, 2007
6:48 am
2938
In my work with converting VBScripts to .net languages, I simply got my hands on as many scripts as I could (~5000) and wrote a little program to batch parse...
Nathan Baulch
nathanbaulch
Offline Send Email
Apr 23, 2007
7:17 am
2939
Hi All, I am currently trying to create a parser for a scripting language. The purpose is to simply verify that the entire script is correct in terms of...
pchorazy
Offline Send Email
Apr 25, 2007
10:35 pm
2940
A token isn't a symbol, which is what I think you are confusing. A Symbol can be either a lexeme or a production, whereas a token has a symbol, a string...
Spam Catcher
aldousd666
Offline Send Email
Apr 26, 2007
1:41 am
2941
Well, that Ncover certainly is a start... I suppose I don't want to test every possible lexical combination, but just every production a with each type of...
Spam Catcher
aldousd666
Offline Send Email
Apr 26, 2007
1:49 am
2942
... I also sometimes like to test specific productions that I *don't* want to parse. Sometimes there are specific patterns that you don't wish to support and...
Max Battcher
world_maker
Offline Send Email
Apr 26, 2007
3:06 am
2943
... Would you please give an example. A solution would require GOLD to be enabled to check whether subgrammars G' have the dcfl property. Furthermore GOLD...
svv1999
Offline Send Email
Apr 26, 2007
5:15 am
2944
... Unfortunately any specific examples I might have are on a different machine and/or lost. IIRC, the biggest grammar that I did anything near "extensive"...
Max Battcher
world_maker
Offline Send Email
Apr 26, 2007
6:10 am
2945
Hi I have been thrown in at the deep end.. We have an application that contains the Marcus Klimstra C# translation of the GOLD engine. I have modified and...
pauleggtree
Offline Send Email
Apr 26, 2007
4:17 pm
2946
I'm getting an lexical error for the following expression expression = [ ~'!#-Z_a-zŁ]{0,65} Is there special formatting that Gold requires for regex?...
pschana
Offline Send Email
Apr 27, 2007
9:01 am
Messages 2913 - 2946 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