You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inputs and outputs should be converted to UTF-32.
Motivation
Users should be able to define char and string types in the input.
They should also be allowed in the output files.
This helps the implementation goal of #929.
Implementation
Compiler.
Should be converted from UTF-8 to UTF-32.
Tests
Should have input tests for each type.
char
string
The text was updated successfully, but these errors were encountered:
🚀 Feature
The inputs and outputs should be converted to UTF-32.
Motivation
Users should be able to define
char
andstring
types in the input.They should also be allowed in the output files.
This helps the implementation goal of #929.
Implementation
Compiler.
Tests
char
string
The text was updated successfully, but these errors were encountered: