
12 Sep
2016
12 Sep
'16
6:03 p.m.
By the way, I believe we should be able to read numbers more efficiently by
parsing them directly instead of lexing first. We have to deal with
parentheses, white space, and signs uniformly for all number types. Then
specialized foldl'-style code *should* be able to parse integral and
fractional numbers faster than any lex-first scheme.
On Sep 12, 2016 1:53 PM, "David Feuer"