cosmopolitan/tool
Justine Tunney 3bfb7580c5 Add Lua compiler
Redbean Lua Server Pages may now be stored in the zip as byte code. This
can improve performance, since redbean currently doesn't cache byte code
but it might be more useful for anyone wanting to create a closed source
redbean. The .lua extension should be used for byte code files. Lua will
tell them apart based on a magic number at the start of the file.

This change also improves some Lua error reporting conditions. See #97
2021-08-09 13:09:14 -07:00
..
build Fix build and delete superfluous files 2021-08-09 06:57:14 -07:00
decode Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
emacs Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Add Lua compiler 2021-08-09 13:09:14 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Add function for creating hex string literals 2021-08-07 07:05:19 -07:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00