文件名称:Depicofier:将PICO-8样式的Lua语法转换为标准的干净Lua语法
文件大小:27KB
文件格式:ZIP
更新时间:2024-02-24 11:54:33
syntax converter parser utility translator
德皮菲菲尔 将PICO-8样式的Lua语法转换/转换为标准的干净Lua语法。 在此处下载。 该工具使用经过来解析PICO-8源代码,因此任何增强的或特殊的语法或速记方式都只会在应有的位置进行转换。 如果您喜欢这个工具,请考虑我加一美元。 用法 Depicofier.exe [inFile] [outFile] Or to output source to console: Depicofier.exe [inFile] -print Switches: -strict Print warnings for Lua syntax not found in Pico 8 such as b
【文件预览】:
Depicofier-master
----.gitignore(5KB)
----README.md(796B)
----Depicofier.sln(2KB)
----LICENSE(1KB)
----Depicofier()
--------CommandLineArguments.cs(2KB)
--------Properties()
--------Program.cs(2KB)
--------Depicofy.cs(2KB)
--------LuaListener.cs(6KB)
--------Replacement.cs(1KB)
--------ConcreteP8LuaListener.cs(806B)
--------Depicofier.csproj(3KB)
--------App.config(182B)
--------testsource.txt(672B)
--------ILuaListener.cs(276B)
--------packages.config(138B)
--------Preprocessor.cs(8KB)
--------ConcreteCombinedLuaListener.cs(1KB)
----P8LuaGrammar()
--------P8LuaGrammar.csproj(5KB)
--------CombinedLua.g4.lexer.cs(73B)
--------P8Lua.g4(7KB)
--------P8Lua.g4.lexer.cs(67B)
--------Properties()
--------CombinedLua.g4(7KB)
--------CombinedLua.g4.parser.cs(191B)
--------packages.config(342B)
--------ILuaParser.cs(281B)
--------CombinedLuaListener.cs(218B)
--------P8LuaListener.cs(206B)
--------P8Lua.g4.parser.cs(185B)