Initial commit

This commit is contained in:
2025-04-24 00:33:12 +09:00
commit 9f68b841b2
46 changed files with 1881 additions and 0 deletions

5
script/debug.lua Normal file
View File

@@ -0,0 +1,5 @@
local chighlight = require("./c-syntax-highlight")
src = "int main(int argc, char** argv);"
print(chighlight(src))