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 2952 - 2988 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2952
Hello! I run the GOLD Builder on a virtual Windows XP machine under qemu running on a linux host. I work on a .grm file located in the host's filesystem and ...
Szczepan Hołysze...
rulatir
Offline Send Email
May 1, 2007
11:27 pm
2953
Defining the comment as white space does not work for me, because i need to parse the comment too. If you define comment as whitespace, the oncommentread event...
martijnhavinga
Offline Send Email
May 2, 2007
9:17 am
2954
... Then in the technical terms of GOLD you are not talking of comments, but about a construct of your language. Devin, this comes up far too often. I see a...
svv1999
Offline Send Email
May 2, 2007
10:31 am
2955
If you want to write a pretty print, then you need access to the comments. Its hard to modify a grammar to treat comments as elements, since they can appear in...
Nick Leaton
njleaton
Offline Send Email
May 2, 2007
11:19 am
2956
Hi, To create a grammar that uses '//' to comment a line i do Comment Line = '//' And if I want 2 different symbols, the symbol '#' and symbol '//', to comment...
Hugo Silva
goulart1981
Offline Send Email
May 2, 2007
12:16 pm
2957
I'll take a look. I'm using a custom stream class ... and probably could add some optimizations. I, possibly, could have passed the text by value to a ...
Devin Cook
GOLD-Admin@...
Send Email
May 2, 2007
1:55 pm
2958
We could work on a new version of the Engine definition, but it would require that each Engine be modified to work. Currently, no information is saved into the...
Devin Cook
GOLD-Admin@...
Send Email
May 2, 2007
2:02 pm
2959
The systems that use that nice coloring of keywords, comments, etc, usually have a separate "color parser" that looks at the text and figures out what to...
Devin Cook
GOLD-Admin@...
Send Email
May 2, 2007
2:09 pm
2960
Yes, use the following definition: Comment Line = '//' | '#' Basically, GOLD will identify the text "//" and "#" as both being the line comment terminal....
Devin Cook
GOLD-Admin@...
Send Email
May 2, 2007
2:09 pm
2961
Dear all, What is the difference between Parser.TokenText and Parser.TokenString? Thanks a lot -- Ahmed Mostafa 0123919750 Fourth Year, Computer Engineering...
Ahmed Mostafa
eng_ahmedm2003
Offline Send Email
May 4, 2007
7:36 am
2962
... Update: same problem occurs when writing the .cgt. The slowness seems to be bound to the actual writing into the file, as I can watch the file size grow ...
Szczepan Hoyszewski
rulatir
Offline Send Email
May 4, 2007
1:46 pm
2963
I was able to use non-ascii chars in strings in my grammar but not in Identifiers. Is it possible to define Identifiers rule with non-ascii chars ? TIA Gökhan...
sky_khan
Offline Send Email
May 5, 2007
11:13 am
2967
Hi I am trying to define the grammar for a range I'm using which is made up of 2 numbers separated by a comma and enclosed within brackets. The brackets can be...
LMWorbey
Offline Send Email
May 10, 2007
8:24 am
2968
... You are not allowed to use terminals in the definition of terminals. -manfred...
svv1999
Offline Send Email
May 10, 2007
9:17 am
2969
Oh thanks, I assume its the | symbol I cannot use... I've rewritten it to: <Range> ::= <RangeStart>NumberLiteral',' NumberLiteral<RangeEnd> <RangeStart> ::=...
LMWorbey
Offline Send Email
May 10, 2007
9:54 am
2971
I have version 3.4.1 and the error report for a shift-reduce conflict says "can follow a completed rule and also be shifted", without mentioning which rule can...
axilmar
Offline Send Email
May 17, 2007
2:37 pm
2972
... and ... Maybe. But what would you do with this information? -manfred...
svv1999
Offline Send Email
May 17, 2007
6:50 pm
2973
I need help....I'm trying to understand how this Gold Parser works. Is there a nice tutorial? I have to create the DFA and the LALR(1) to do the lexical and...
serprosa
Offline Send Email
May 18, 2007
5:17 am
2974
... [...] ... GOLD is a tool---and doumented enough to find the start by oneself, like all here have found out. If you need a tutorial and cannot find one,...
svv1999
Offline Send Email
May 18, 2007
6:02 am
2975
There is a really basic tutorial I wrote on the website under "Getting Started". Its not the best - far from it - but it should provide a good starting point. ...
Devin Cook
GOLD-Admin@...
Send Email
May 18, 2007
7:14 am
2976
Hello everyone, I while ago, I received an excellent e-mail about the D++ Programming Language. Anyway, I am in the process of catching up on e-mail, and it ...
devindcook
Offline
May 18, 2007
8:25 pm
2977
... Bumpty-bump. Did you by chance find a moment to investigate this issue within the last two weeks? Regards, Szczepan Holyszewski...
Szczepan Hołysze...
rulatir
Offline Send Email
May 19, 2007
12:18 am
2978
Hi, I want to present a tool that help the design and construction of AST. C3 analyze a grammar and: 1- Generates a set of classes (AST-Design) representative...
covraweb
Offline Send Email
May 19, 2007
1:57 am
2979
Hi Devin, The home page is now call PageMagic see: http://www.pagemac.com/index.php and you can access D++ at: http://www.pagemac.com/dpp/ Hope this help! God...
sanyaade
sanyaade3
Offline Send Email
May 19, 2007
4:42 am
2980
My god, it's full of stars! This looks like it's going to be great in theory :) I have been thinking for a while about this concept, (and I'm sure the folks...
Spam Catcher
aldousd666
Offline Send Email
May 19, 2007
4:53 am
2981
Manfred's detailed instructions are a great example of why I strongly discourage the mixing of recreational Hallucinogenics and mailing list posting. :D ... ...
Spam Catcher
aldousd666
Offline Send Email
May 19, 2007
5:06 pm
2982
Hi, Im using the ActiveX Dll in Excel 2003 and I can't quite understand how to use it. I wish to use the parser to produce tokens which I can then look at to ...
LMWorbey
Offline Send Email
May 21, 2007
10:10 am
2985
jre 1.6.0...
covraweb
Offline Send Email
May 23, 2007
3:59 am
2986
Hello everyone, I just updated the website with a major new addition. Matthias Piepkorn created a new version of the Engine for the D Programming Language. ...
devindcook
Offline
May 23, 2007
11:02 pm
2988
... Sorrily there seems to be a design or implementation fault in this version of that engine. My experimental engine runs twice as fast as that engine. Of...
svv1999
Offline Send Email
May 24, 2007
2:44 am
Messages 2952 - 2988 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