Xavier Wang
Xavier Wang
update: after using 0.12 nightly, ziglua still do not work: ``` zig\p\12208603e0f51fa6ce7201d8e851c5979b6b78887434623ac87a0f2a5a3dd3e75130\build.zig:39:11: error: no field or member function named 'addOptions' in 'Build.Module' ziglua.addOptions("config", config); ~~~~~~^~~~~~~~~~~ zig-windows-x86_64-0.12.0-dev.1800+559e216f3\lib\std\Build.zig:1888:20: note: struct declared here...
Okay, I have added the documents and test cases, and remove the tobinary function :)
!! I have gone to Unicode.org and just find the latest version to update... maybe I have used the test version :(
the logic of Lua pattern is just one letter for one function, support multiple letter pattern may difficult, maybe another matching library is needed. pattern matching in this library just...
maybe you could make tables (using scripts from this project) and make a new module for check the Unicode categories.
You could try utf8.escape()
you must compile the luautf8.c file into lua-utf8.so or dll to do the work.
You should install this module first.
or build it directly.
Thanks for the catch! but it's better to add {} surround the statements after the label or moving `luaL_Buffer` declarations to the head of the block.