mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add readline-style completions to Lua/Python/Almquist
This commit is contained in:
parent
933f33bcc1
commit
f6b6204b9e
4 changed files with 121 additions and 103 deletions
4
third_party/lua/README.cosmo
vendored
4
third_party/lua/README.cosmo
vendored
|
@ -20,9 +20,13 @@ PROVENANCE
|
|||
|
||||
LOCAL MODIFICATIONS
|
||||
|
||||
Lua now uses a bestline REPL with bash-style code completion.
|
||||
|
||||
Integer literals such as `033` will now be interpreted as octal.
|
||||
|
||||
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
|
||||
bold text, which can be encoded elegantly as `\e[1mHELLO\e[0m`.
|
||||
|
||||
Added luaL_traceback2() for function parameters in traceback.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue