mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Polish redbean serialization
This commit is contained in:
parent
7aafa64ab3
commit
2d1731b995
24 changed files with 828 additions and 158 deletions
2
third_party/lua/README.cosmo
vendored
2
third_party/lua/README.cosmo
vendored
|
@ -24,6 +24,8 @@ LOCAL MODIFICATIONS
|
|||
|
||||
Integer literals such as `033` will now be interpreted as octal.
|
||||
|
||||
Integer literals such as `0b10` will now be interpreted as binary.
|
||||
|
||||
The `\e` string literal escape sequence has been added, which is
|
||||
equivalent to `\27` (the Lua version of `\033`) or the ASCII ESC
|
||||
character. It may be used for teletypewriter control like having
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue