-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
The compiler accepts hex literals 'FFFFFF'x and these are store as utf8 strings.
Unfortunately if the hex literal is not valid utf8 then later the character rxas instructions fail.
Actions
- The compiler needs to validate strings are well formed utf8
- Level b needs to support a binary datatype
- Level c will need an approach to distinguish (transparently to the user) between binary and utf8 data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request