[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Preventing Float 1.2e3.4



> I'm sure this is an age old problem.  So if there's a good reference for
> dealing with the problem in LALR parsers, please point me to it rather
than
> wasting your breath.
>
> ...
BTW, I realize that the Java grammar will ferret the problem out.  But what
if you have a language where there's a need for a whitepace delimited list
of numbers?  I'm looking for a clean lexer-specific solution.
Evan