-
Notifications
You must be signed in to change notification settings - Fork 4
numEncoding None throws a little _too_ often #109
Open
Description
Under numEncoding None it is not even possible to pass numbers to functions that do not evaluate their arguments. It is possible to pass JS values other than Number, but passing a Number will make fromInt throw.
fromInt should just pass the value unmodified.
Numeric literals in code should be handled in the parser; in numEncoding None they should be valid identifier names, and handled as such. cf. #20
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.