lang-bootstrap/06/lua-5.4.6
Dawid Sobczak e6b88d5a0f Add stage 06: Lua bootstrap
The goal of stage 06 is to try parse zig synax in lua. I pulled in
lpeglable 1.2.0 and parser-gen off github to get started. All of this
needs to be cleaned up rather soon.

Lua boostraps using tcc and musl from the previous stage. Since musl
0.6.0 doesn't support dynamic linking this build of lua doesn't support
shared libraries. I couldn't easily patch musl with dlopen and friends
so instead I link statically and call deps with c api.
2023-07-06 12:32:47 +01:00
..
doc Add stage 06: Lua bootstrap 2023-07-06 12:32:47 +01:00
src Add stage 06: Lua bootstrap 2023-07-06 12:32:47 +01:00
.gitignore Add stage 06: Lua bootstrap 2023-07-06 12:32:47 +01:00
Makefile Add stage 06: Lua bootstrap 2023-07-06 12:32:47 +01:00
README Add stage 06: Lua bootstrap 2023-07-06 12:32:47 +01:00

This is Lua 5.4.6, released on 02 May 2023.

For installation instructions, license details, and
further information about Lua, see doc/readme.html.