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

Messages

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

... Hmm. As far as I understand ANTLR, there is no elegant way to describe this. However, I think that it is not a good idea to distinguish between IDs and...
3 Mar 13, 2000
1:37 pm

Michael Schmitt
schmitt@...
Send Email

Hi. I'm having some trouble with syntactic predicates. I'll give some examples: // Standard look-ahead MINUS_OR_INT (MINUS ('0'..'9&#39;))=> NEGATIVEINT {...
1 Mar 13, 2000
10:34 am

Per Einarsson
perei238@...
Send Email

Hello, I wonder if anyone tried to load lexers/parsers on the fly (in Java) with ANTLR. The following might be an example for input to the main parser: MAIN ...
1 Mar 8, 2000
4:35 pm

Jürgen Zimmermann
jnzimmer@...
Send Email

Hi, I've just tried a semantic predicate. It works exactly as expected in terms of it's effect on the recognition, but the error when it fails isn't what I'd...
1 Mar 7, 2000
10:45 pm

luke.evans@...
Send Email

... Wow! Can't believe nobody else saw this! Thanks...fixed. Ter -- Chief Scientist, http://www.jGuru.com -- Your Java Portal Co-Founder,...
1 Mar 7, 2000
7:10 pm

Terence Parr
parrt@...
Send Email

WORLD SUBMISSION CENTER Blast your site to 508,338+ Search Engines, Directories,Classifieds, Awards Sites, FFA's Free Every Weeks !! http://submit10000.com ...
4 Mar 7, 2000
7:04 pm

508.338 Search Engine...
submission@...
Send Email

Hi, I want to put my identifiers in my symboltable in the lexical scanning phase, so I use this; ID options { testLiterals = true; } ... ; However, this...
1 Mar 7, 2000
1:56 pm

Stefan Alfredsson
stefan@...
Send Email

... Tennis, Here is the technique that I use. It's not particularly elegant, but it works! Insert the following into the options of the tree parser ...
2 Mar 6, 2000
4:51 pm

Tennis Smith
tennis@...
Send Email

I know this is nondeterministic as it's written, but I'm looking for a way to get antlr to handle it correctly. I want to be able to parse something like this,...
2 Mar 6, 2000
12:00 pm

Jim Jackl-Mochel
jmochel@...
Send Email

Hi, I've built an executable made from C++ files created by ANTLR. Right now, I'm getting the following message when I try using the executable: "Mismatched...
1 Mar 4, 2000
1:42 am

Tennis Smith
tennis@...
Send Email

Hello, has anybody ever considered the automatic computation of syntactic predicates? I don't know whether it is possible to do this in general. When I added...
2 Mar 3, 2000
11:31 am

Markus Pilzecker
mp@...
Send Email

... Hello there, I'm new to grammars and I was wondering if anyone could help me out. Recently I downloaded a copy of antlr. I would like to create a grammar...
1 Mar 3, 2000
2:56 am

Jerry Patterson
jerpat@...
Send Email

... bpos returns [int[] p] { p = null; } ... ; ... . In your proposal, the assignment of null happens inside the main try{} block, where javac [just as before]...
2 Mar 3, 2000
2:36 am

Jerry Patterson
jerpat@...
Send Email

This combination is somewhat toxic. The Klasses.jar from the Kaffe VM contains ANTLR classes from a previous version (it uses ANTLR internally), which are...
1 Mar 2, 2000
6:22 pm

John Fremlin
vii@...
Send Email

Markus, ... From: Markus Pilzecker <mp@...> For grammar rules like ... epos returns [int[] p] ... ; ... antlr [version 2.7.0] generates something like ... ...
1 Mar 2, 2000
3:12 am

Jerry Patterson
jerpat@...
Send Email

Hi, When using importVocab, antlr will only search for the TokenTypes file in the current directory. If you used -o option to antlr, importing the generated...
3 Mar 2, 2000
1:20 am

Jan Mikkelsen
janm@...
Send Email

For grammar rules like ... epos returns [int[] p] ... ; ... antlr [version 2.7.0] generates something like ... public final int[] epos() throws...
1 Mar 2, 2000
12:01 am

Markus Pilzecker
mp@...
Send Email

Can you selectively turn off/on the checking in your tool ? If so, you could alter the routine which emits the user defined actions to put a /* lint off */ and...
1 Mar 1, 2000
7:15 pm

Tom Moog
tmoog@...
Send Email

Hi, Below is a resend of an email sent to Mr. Parr. Anyone else have any input?? ... .:|||||||:..:|||||||:. Phone: (408) 527-4424 Fax: (408) 527-6245...
3 Mar 1, 2000
6:57 pm

Tennis Smith
tennis@...
Send Email

Hi, My e-mail address changed from BYue@... to BYue@.... I have changed my member's profile. Please send related e-mail to my new address ...
1 Feb 29, 2000
10:43 pm

BYue@...
Send Email

Hi, Im new to ANTLR and this list. If I do something that is contrary to this lists etiquette please let me know. Can I use ParseView even if I am...
1 Feb 29, 2000
10:23 pm

Martin Bradley
mbradley@...
Send Email

Moin, moin, after I had some semi-hard times with literals, I'd like to report my experience: - if you put all you lexer and parser specifications into...
1 Feb 29, 2000
3:49 pm

Markus Pilzecker
mp@...
Send Email

Jan Mikkelsen writes: ... You can generalize it even more: patents at all are a pretty questionable thing nowadays. 50 or 100 years ago, when techniques were...
1 Feb 28, 2000
2:45 pm

Markus Pilzecker
mp@...
Send Email

Hello everybody, I have been trying to write an XPath parser in ANTLR and have come up against a problem with the generated parser. In the grammar below you...
1 Feb 28, 2000
12:50 pm

Saif Khan
skhan@...
Send Email

Folks, I feel strongly enough about this web patent thing to spam antlr-interest list. This threatens our livelihood as programmers! I built ...
2 Feb 27, 2000
10:56 pm

Jan Mikkelsen
janm@...
Send Email

Hello there, I'm new to grammars and I was wondering if anyone could help me out. Recently I downloaded a copy of antlr. I would like to create a grammar in...
1 Feb 27, 2000
10:21 pm

cb@...
Send Email

[This message is not in displayable format]...
1 Feb 25, 2000
7:19 pm

Michael Schmitt
schmitt@...
Send Email

Folks, A couple of requests for ANTLR. If anyone has work-arounds or arguments why these things would be bad, I'd be mighty interested to hear. Could both the...
2 Feb 24, 2000
6:20 pm

parrt@...
Send Email

The following message is a courtesy copy of an article that has been posted to comp.compilers.tools.pccts as well. ... I'd suggest to put every lexer and every...
1 Feb 24, 2000
3:53 pm

Markus Pilzecker
mp@...
Send Email

... the following is a copy of what I posted to the newsgroup I hope someone is able to at least give me an idea of what I can do ro tell me I can't do what I...
1 Feb 24, 2000
2:50 pm

Jerry Patterson
jerpat@...
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