WIP - implementing b or u prefix for a string or a character literal
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-24 16:26:30 +09:00
parent bc7cbd9ed2
commit b8e0b3578b
4 changed files with 74 additions and 6 deletions

View File

@ -23,6 +23,9 @@
b"..." or B"..." for an byte string constant notation
u"..." or U"..." for an explicit unicode string constant notation?
#b[ ] byte array??
#[ ] normal array?
make basic branded types to an object if possible.
for example (#[10 20]:at 1)