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 2774 - 2804 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2774
I am new to this group. I have been using the Gold Parser Builder since November or so. I have been having very good luck with it as a stand-alone...
geo_merckx
Offline
Feb 1, 2007
6:57 pm
2775
... The builder converts {LF} into {CR}{LF} and your informal expressed intention isnt implemented: newlines consting only of an {LF} dont convert a '_' into...
svv1999
Offline Send Email
Feb 1, 2007
10:23 pm
2776
Bingo! Thank you. I didn't consider that the Builder environment actually changed my file, but now that you mention it, I have noticed it doing strange...
geo_merckx
Offline
Feb 1, 2007
11:07 pm
2777
I am new here, but since I was helped, I will try to reciprocate. I believe you need to change {Printable} to {ANSI Printable} to get characters above 127. ...
geo_merckx
Offline
Feb 2, 2007
1:46 am
2778
Geo, Please let me know if you still need help with the engine. I can look into it over the weekend. Thank you, Vlad ... noticed ... whitespace. ... by a...
Vladimir Morozov
vmorozov72
Offline Send Email
Feb 2, 2007
5:14 pm
2779
Copy and paste the following first grammar into GOLD: "Start Symbol" = <Program> <Program> ::= <First Opt> 'a' 'b' <First Opt> ::= <Second Opt> 'a ... <Second...
svv1999
Offline Send Email
Feb 5, 2007
7:37 am
2781
Is there a grammar available for MS TSQL 2005? TIA -Jon...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 6, 2007
3:35 pm
2782
Jon, I am working on one however it isn't done yet. -Wayne _____ From: GOLDParser@yahoogroups.com [mailto:GOLDParser@yahoogroups.com] On Behalf Of...
Wayne Berry
bellingham32
Offline Send Email
Feb 6, 2007
4:07 pm
2783
I'm new to the GOLDParser product. I am looking to extend an existing grammer that was passed on to me by the company I am working for. Basically, it is a...
Mike Crandall
cranshark2002
Offline Send Email
Feb 6, 2007
4:50 pm
2784
Hi Wayne, I am working on a grammar as well. How far along are you? I added some basic stuff like multipart names, complex joins, SQL statements as column...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 6, 2007
4:52 pm
2785
Hi Mike I am a noob myself but may be able to help: Assuming you have left the sql89 grammar fairly intact try this: Terminal: Asteric = {#64} Rules: <Variable...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 6, 2007
5:05 pm
2786
Thanks! I'll give it a try....
Mike Crandall
cranshark2002
Offline Send Email
Feb 6, 2007
6:01 pm
2787
Hi, To create a grammar that uses '//' to comment a line i do Comment Line = '//' And if I want both, symbol '#' or symbol '//' to comment a line, how do I do...
goulart1981
Offline Send Email
Feb 6, 2007
9:53 pm
2788
To what extent have you tested your grammar against real SQL statements? Would you be interested in getting a pile of SQL statements and/or sharing the...
J. Merrill
jamesvmerrill
Offline Send Email
Feb 8, 2007
3:47 pm
2789
GOLDParserEngine.GOLDParser At 06:47 PM 1/30/2007, jlengquist wrote ... J. Merrill / Analytical Software Corp...
J. Merrill
jamesvmerrill
Offline Send Email
Feb 8, 2007
3:53 pm
2790
Hey Wayne, I have started to test my grammar at a fairly fundemental level. It is working good so far. I have not refactored any of the rules in the grammar...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 8, 2007
8:23 pm
2791
Do these parse with your grammar? ... CREATE FUNCTION dbo.fnSetSplitSV (@String VARCHAR(MAX), @Delim VARCHAR(5)) RETURNS TABLE AS RETURN ( WITH Splitter (Num,...
spamme8
Offline
Feb 8, 2007
8:40 pm
2792
I have created a testing suite that uses the cathlia parser and runs through all the .sql I have to test with and outputs issues. -Wayne _____ From:...
Wayne Berry
bellingham32
Offline Send Email
Feb 8, 2007
9:51 pm
2793
Hi Kevin, Some weeks ago, I've got this error #438, when parsing with Terminals potentially having a zero length (NumVal = {number}* and TxtVal =...
Yves Lederrey
ylbcx
Offline Send Email
Feb 9, 2007
10:26 am
2794
Hey Wayne I am not familiar with the cathila parser (I am noob). To directly answer your question I can not parse the SQl you provided just yet. I have...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 9, 2007
6:13 pm
2795
The MS SQL Help is EBNF so you really can't use it and it is wrong in spots. I can't remember what I started with however, I am not done yet. -Wayne _____ ...
Wayne Berry
bellingham32
Offline Send Email
Feb 9, 2007
8:33 pm
2796
I realize it is EBNF but it is helpful and easy to convert from one notation to the other. Two quick questions I forgot to ask: 1) How are you handing UDF's...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 9, 2007
9:04 pm
2797
SQL Server does not parse the provided Query: Msg 156, Level 15, State 1, Procedure fnSetSplitSV, Line 30 Incorrect syntax near the keyword 'WITH'. ... Thanks ...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 10, 2007
12:56 am
2798
That code requires SQL Server 2005. Are you using 2000? At 07:48 PM 2/9/2007, jonathanandrewnewell wrote ... J. Merrill / Analytical Software Corp...
J. Merrill
jamesvmerrill
Offline Send Email
Feb 10, 2007
4:38 am
2799
... I am using 2005: Microsoft SQL Server 2005 - 9.00.2047.00 (Intel X86) Apr 14 2006 01:12:25 Copyright (c) 1988-2005 Microsoft Corporation Standard ...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 10, 2007
4:47 am
2800
"Is this what you would call a bug in the EBNF or just a lexical error?". That is what I call a bug in the EBNF, if your BNF matches the EBNF, however SQL...
Wayne Berry
bellingham32
Offline Send Email
Feb 10, 2007
8:48 pm
2801
I can't tell exactly what you are working on so this might not be any help at all. If you have a DB that's already populated then this is not really going to ...
Kelly Parker
bigblockfw
Offline Send Email
Feb 11, 2007
1:04 pm
2802
There are two separate SQL Statements in there, one is a CREATE FUNCTION, the other is a stand-alone CTE. If you want to try them both you need to do them one...
spamme8
Offline
Feb 12, 2007
2:54 pm
2803
BTW, hard-wiring 'dbo.' into the schema name is probably not a good idea. You could create a UDF like the following: CREATE FUNCTION AdventureWorks.AddOne (@i...
spamme8
Offline
Feb 12, 2007
3:03 pm
2804
I guess I am making the subtle distinction that the EBNF expresses valid syntax and in fact a syntax error is not thrown, instead a lexical type of error is...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Feb 12, 2007
4:38 pm
Messages 2774 - 2804 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