Related articles |
---|
Looking for a parser/scanner generator package parser_search@my-deja.com (2000-10-08) |
Re: Looking for a parser/scanner generator package jerry@swsl.co.uk (2000-10-10) |
From: | parser_search@my-deja.com |
Newsgroups: | comp.compilers |
Date: | 8 Oct 2000 22:26:29 -0400 |
Organization: | Deja.com - Before you buy. |
Keywords: | tools, question |
Hi,
I'm looking for a parser and scanner generator that supports outputs
C++ and supports unicode. My token grammar matches based on the
longest token and my parser grammar is LL(1). I looked into Flex as
my scanner generator, but it doesn't support Unicode and it not very
flexible. I also looked into Antlr, but its scanners do not perform
the type of token matching that I require. Does anyone have any
recommendations?
Thanks.
Blaine
Return to the
comp.compilers page.
Search the
comp.compilers archives again.