Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

antlr-interest · ANTLR Interest List [moved]

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, I am trying to write a directx .X file parser using antlr. 1. I am using antlr 2.7.2 with GCC 3.x on MinGW. I am getting multiple inheritance errors when I...
2 Mar 5, 2003
5:23 pm

Ric Klaren
izniegoed
Send Email

Hello, With the idea of refactoring showing up in other areas of software - we have code refactoring, data refactoring etc - I was wondering if we can think of...
2 Mar 5, 2003
4:48 pm

mzukowski@...
montyzukowski
Send Email

Hello all, After several hours of sackcloth and ashes, I have realized that it is an existing bug that ANTLR doesn't work with STLPort. I really want to...
3 Mar 5, 2003
11:27 am

Thomas Dudziak
tomdz123
Send Email

Hi, First of all, thanks to Gary for your earlier reply. Now during the "make" I am seeing compilation errors. I am running make on SunOS5.7. I have seen links...
2 Mar 5, 2003
10:14 am

Ric Klaren
izniegoed
Send Email

Folks, Added two more lecture audios: "ANTLR in it's own words" and "Generating stack code from ASTs" (Part of worksheet 0). ...
1 Mar 4, 2003
8:24 pm

Terence Parr
parrt2000
Send Email

I don't know if it's really complicated, but can't figure it out. Basically I'm writing parser for a language called cold fusion. It's like HTML with embeded...
2 Mar 3, 2003
4:23 pm

mzukowski@...
montyzukowski
Send Email

Is it better to increase the look ahead or is it better use semantic predicates? Example: options { ... k = 2; } ... someRule ... ; or is it better to do: ...
3 Mar 3, 2003
4:12 pm

mzukowski@...
montyzukowski
Send Email

Hi, I followed a tutorial, "How to get started with Antlr and VC++ 6.0." at http://www.imada.sdu.dk/~morling/issue1.htm to make Antlr working with VC6. I...
1 Mar 3, 2003
1:20 am

Jibin Han
jibinhan
Send Email

Hi all, I'm new to anlr and I am trying to serialize my AST in XML. The AST is constructed correctly but I really don't like the "look" of the XML generated by...
1 Mar 1, 2003
10:04 pm

Radu Popa <radup_r...
radup_ro
Send Email

Thanks to Oliver Kellogg, we have an updated Ada grammar. Check out: http://www.antlr.org/grammars/ada Terence -- Co-founder, http://www.jguru.com Creator,...
1 Mar 1, 2003
9:26 pm

Terence Parr
parrt2000
Send Email

Hello Dr. Parr, I found a, well, maybe not really a bug, more of a cosmetic issue, but anyway. The following lexer rule (taken from the Java grammar) <pre> WS...
4 Mar 1, 2003
9:20 pm

Terence Parr
parrt2000
Send Email

Hello, I'm new to ANTLR but I'm using it now on Linux, with mono:: I have been experimenting some errors like: System.out.println instead of...
2 Feb 28, 2003
4:07 pm

micheal_jor <open....
micheal_jor
Send Email

I wrote a lexer and a parser. Now my problem is how do I get the parsed tokens stored (for further processing) ? My parser looks like: entry: ( (insrd dest...
2 Feb 28, 2003
3:47 am

Andrew Deren
andrewd666
Send Email

Hi, I am new to ANTLR. I am seeing some installation problems with the download that I did today. (This same problem was also seen by someone else on google...
2 Feb 28, 2003
1:28 am

Gary L. Schaps <gs...
gary_schaps
Send Email

I am in a similar boat. I've built a lexer and a parser. Furthermore, I have used the AST generation directives to create an AST that has the information I...
3 Feb 27, 2003
7:32 pm

uiorean <uiorean@....
uiorean
Send Email

I'm trying to bring up a small compiler front end which I just moved from Windows (works) to Linux (breaks). The problem is undefined references. main.cpp ......
1 Feb 27, 2003
7:22 pm

Gary L. Schaps <gs...
gary_schaps
Send Email

Try putting # in front like this rule alias ... { #i.setType(SqlTokenTypes.ALIAS); } -Richard ... From: uiorean <uiorean@...>...
1 Feb 27, 2003
7:16 pm

Ney, Richard
rney_aspect
Send Email

Is there an Eclipse plugin for the new Antlr 2.7.2 release? The latest release of the plugin I can find is org.antlr_2.7.2_03.zip which seems to be for Antlr...
1 Feb 27, 2003
3:03 am

Greg Lindholm <gli...
glindholm
Send Email

I am looking for some help on the ANTLR grammer I have a piece of grammer, could you please tell me which ANTLR version it refers to, also could you please...
2 Feb 26, 2003
6:38 pm

Terence Parr
parrt2000
Send Email

hi, is it normal for a non determinism warning to occur even if syntactic predicates are used ? eg : rule : ( ID ID ) => ID ID { .. } ... ( ID INT ) => ID INT...
2 Feb 25, 2003
5:53 pm

mzukowski@...
montyzukowski
Send Email

I've been struggling to understand how to use element labels within the parser. What I am trying to do is: rule : "some_literal1" id:ID "some_literal2" // ID...
3 Feb 25, 2003
2:33 pm

j_scandaliaris@...
j_scandaliaris
Send Email

I've been unsuccessfully trying to find an answer to a question about XML Schema based parser generators. Since a number of people in the ANTLR community are...
3 Feb 24, 2003
9:17 am

Pete Forman
pete_forman
Send Email

Hi Guys , I m new to this group , i want under stand the functionality of antlr .Can u suggest some examples where i can find.I m already downloaded...
1 Feb 23, 2003
3:02 am

satyatps <satyatps...
satyatps
Send Email

Could anyone let me know of any C++ compiler/grammar test suite I could get hold of? Thanks. David....
5 Feb 21, 2003
4:47 pm

mzukowski@...
montyzukowski
Send Email

Hi, Any ideas on how to create a Parser instance and use it to parse a few tokens at a time from a TokenStream repeatedly. Obviously there wouldn't be an EOF...
3 Feb 21, 2003
4:44 pm

mzukowski@...
montyzukowski
Send Email

I am attempting to use an ANTLR parser to build an AST in which all the nodes are essentially anchors for imposing some structure on the input list of Tokens. ...
2 Feb 21, 2003
4:41 pm

mzukowski@...
montyzukowski
Send Email

Hello all, Could anyone please help me with some nondeterminism errors? Thanks in advance! /******** fraction of parser *********************/ /**NOTE: Pls...
5 Feb 20, 2003
11:01 pm

Sharon Li
hushlee83@...
Send Email

Hi Ram, Sorry, you did not hit the point. Explanation: 1. Initial point: We need to make a deep copy of the CommonAST nodes created in some rule. 2. We call...
2 Feb 20, 2003
7:12 pm

cintyram <cintyram...
cintyram
Send Email

I am using the java grammar to parse the JDK to generate a C++ parser. When I try to parser Character.java I stack overflow exception is thrown when using the...
4 Feb 20, 2003
5:24 pm

mzukowski@...
montyzukowski
Send Email

I avoid syntactic predicates in my tree parser by rearranging my tree and using imaginary node types when appropriate. You should not need a rule like this: ...
2 Feb 20, 2003
4:42 pm

Anthony Brenelière
anthony_bren...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help