[antlr-interest] lexer and parser implementation in ANTLRv3

Luke Silver LukeSilver at web.de
Wed Dec 27 01:14:01 PST 2006


Hi,

yes, there is a ANTLRReaderStream and I already solved my problem with this constructor:

public MyLexer(Reader reader) throws IOException {
		super(new ANTLRReaderStream(reader));
	}


regards,
Luke



> -----Ursprüngliche Nachricht-----
> Von: Terence Parr <parrt at cs.usfca.edu>
> Gesendet: 22.12.06 20:25:34
> An: ANTLR List <antlr-interest at antlr.org>
> Betreff: Re: [antlr-interest] lexer and parser implementation in ANTLRv3


> Hi.  Isn't there a ANTLRReaderStream in your distribution?
> Ter
> 
> 


_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222



More information about the antlr-interest mailing list