Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 222 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 222 Bytes

lua-zig

lua in zig

how

sh download-lua.sh
zig build
./lua

extend test lib

require('test').add1(2.1)
-- 3.1
  • src/ltestlib.c
  • src/ltestlib.zig

todo?

  • rewrite lua by zig step by step