Ideally it would say that numbers cannot start with a decimal point!
-- EXPECTING RECORD ACCESSOR ---------------------------------------------- REPL
I am trying to parse a record accessor here:
3| .123
^
Something like .name or .price that accesses a value from a record.
Note: Record field names must start with a lower case letter!
Ideally it would say that numbers cannot start with a decimal point!