Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-28 | Bytestring: implement bytestring literals and constants | Mikael Magnusson | |
Implement byte string literals on the format b"xxx" and b64"xxx" which can be used as literals and in constants. The format b"xxx" supports character data and octal and hexadecimal data using C escapes (\n, \nn, \nnn, \xn and \xnn). The format b64"xxx" supports base64 encoded strings (RFC1341). |