From: | LLkParsing@aol.com |
Newsgroups: | comp.compilers |
Date: | 1 Nov 2000 18:51:03 -0500 |
Organization: | Deja.com - Before you buy. |
References: | 00-10-061 00-10-067 00-10-093 00-10-109 00-10-130 00-10-193 00-10-209 00-10-221 |
Keywords: | lex, parse, comment |
Posted-Date: | 01 Nov 2000 18:51:02 EST |
I do not use antlr, so I will leave it others to answer your questions.
I do have some editorial comments.
- Scanner generators are more trouble than they are worth.
- Interpreted languages like Java do not scale unless they can be
compiled.
- The main advantage of hand-coded compilers is flexibility. Your
application seems to need flexibility above all else.
Best of luck with it.
[I find that scanner generators are fine so long as you have a language
that matches the model that most generators use, i.e., no fixed columns
and not much context-sensitive token syntax. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.