-
Reflect that the ls_number case only handles the digits after an 'e'. Also, change state to ls_number for all 'ready' numbers.
-
Also, allow 'E' as alternative to 'e'.
-
Also. remove '.' as starting char in lsTop.
-
Use string_view parameters and call pipeline write methods directly.
-
For all other token types val and raw_val are identical.