This has not been posted on the gold site. I have asked Devin if he cares to do so and am awaiting his response. I will have a web page up for this soon. TIA...
In the files area you will see a zip file with the grammar in it called postgres.zip. On line 892 I get a warning "rule was previously defined" and an error ...
... called ... error ... I failed to notice that the error message is not for the line indicated but for the previous rule. I think I see what is wrong now....
... me no ... language. ... Well, it still has a ways to go. When I run my unit tests through the debugger, it has problems at things like the table names. ...
If the .net framework is part of the project there's a C++ parser/compiler already built in. It's very easy to use. There's also VB, C#,Java,etc. With that...
Here I go replying to my own posts again. Anyway, I found something else that might be of interest. http://www.martinfowler.com/articles/codeGenDsl.html Maybe...
I have been testing and using GOLDParser and I like it a lot!! I have a question though about the Licenses of engines. There is 'The GOLD Freeware License...
I guess I'm the only person reading this thread but at least I'm keeping a log of the thought process..... looks like the generic library has already been...
... Sorry, I didn't read your post until now. I'll take a look. - Devin...
Devin Cook
GOLD-Admin@...
Mar 10, 2007 11:17 am
2880
There's still a lot of work left but I attached a pic of what I'm working on. I've been working on the assumption that the desired result is a compiled script...
Hi, i've been using GOLDParser for a few months now, and i've discovered a problem with the nested comment funcionallity: I'm making a Java parser, and Java...
... The "New Grammar Wizard" of "GOLD Parser Builder" generates a grammar for "recursive" expressions if you require "Create basic mathematical expressions". ...
I implemented a whitespace approach in the ANSI C grammar. It works, but its not particularly pretty. Some compilers, I have noticed, support nested comments...
I'm a new user of pygold. I met a problem when I use it. It likes that: I write a Parser file using GOLD Parser Builder, then parse a input file in python by...
Hi, I have written a program that does logic operations. We have to tie it into an existing interpreted language. The language looks like this: command_1 { //...
Are you attempting to capture a series of tokens? In other words, are you trying to capture a series tokens as a list? The Tower Bridge in Sacramento,...
Devin Cook
GOLD-Admin@...
Mar 29, 2007 5:38 am
2899
Sorry for the delay in responding. The reason that it didn't work is. well. I goofed up. The correct definition is: {Non Slash} = {Printable} - [/] {Non...
Devin Cook
GOLD-Admin@...
Mar 29, 2007 6:21 am
2900
Is the engine just stopping part way through the file? Perhaps an internal counter is using a 16-bit and it overflows at 65,536. How far (in bytes) does the...
Devin Cook
GOLD-Admin@...
Mar 29, 2007 6:27 am
2901
Are you attempting to capture a series of tokens? In other words, are you trying to capture a series tokens as a list? The Tower Bridge in Sacramento,...
Devin Cook
GOLD-Admin@...
Mar 29, 2007 8:31 am
2902
Is the text "MY SPECIAL OPERATION" exactly how it will be used in the grammar? Also, I noticed that the reserved words are in all caps. Is the language case...