luastrip:去除特定语句的 Lua 文件。 输出的 Lua 文件与输入的格式相同,即使在跳过的语句之后也包括行号

时间:2024-08-03 10:31:47
【文件属性】:

文件名称:luastrip:去除特定语句的 Lua 文件。 输出的 Lua 文件与输入的格式相同,即使在跳过的语句之后也包括行号

文件大小:43KB

文件格式:ZIP

更新时间:2024-08-03 10:31:47

C++

luastrip 去除特定语句的 Lua 文件。 输出的 Lua 文件与输入的格式相同,即使在跳过的语句之后也包括行号。 删除对 assert(...) 的所有调用: luastrip -fun assert -o stripped.lua input.lua 删除对 Log.info(...)、Log.warning(...) 等的所有调用: luastrip -fb Log -o stripped.lua input.lua


【文件预览】:
luastrip-master
----parser.cpp(22KB)
----luastrip.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(10KB)
--------xcuserdata()
----ast.hpp(9KB)
----recurse.py(690B)
----parser.hpp(2KB)
----util.hpp(281B)
----lexer.cpp(13KB)
----util.cpp(764B)
----allocator.hpp(4KB)
----ast_visitor.hpp(4KB)
----stripper.hpp(1KB)
----main.cpp(4KB)
----.gitignore(22B)
----output.cpp(12KB)
----output.hpp(1KB)
----README.md(378B)
----lexer.hpp(6KB)

网友评论