-
Notifications
You must be signed in to change notification settings - Fork 0
Allow 1 at identifier start. #183
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.minorRequires a minor version change.Requires a minor version change.testSomething related to the test suite.Something related to the test suite.
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.minorRequires a minor version change.Requires a minor version change.testSomething related to the test suite.Something related to the test suite.
According to the specification section 2.3:
However, numeric literals cannot start with
1since the shift to basedINTandFLTin version 0.6.0.To reflect this, allow
1at any point in an identifier.Update the implementation, specification, tests, and stdlib.