diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-08-31 13:02:13 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-12-21 22:53:23 +0100 |
commit | b8aa91d150b03e22a5f7f151b9309eba6a1055c3 (patch) | |
tree | ed0a3ba2395c3cecd183ab4c7751ba9cbf0bc82d /client | |
parent | 866a9c3ca1730b39f884f0c42f2082b3870f2268 (diff) |
Bytestring: implement bytestring literals and constants
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).
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions