Depicofier Save

Converts/translates PICO-8 style Lua syntax to standard clean Lua syntax

Project README

Depicofier

Converts/translates PICO-8 style Lua syntax to standard clean Lua syntax. Download the latest release here.

This tool uses a publicly available and well-tested Lua language grammar to parse PICO-8 source code, so that any enhanced or special syntax or shorthand will only be converted where it should be.

If you like this tool please consider kicking me a dollar on Patreon.

Usage

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 binary
          operators, integer division, and bitwise shifts
Open Source Agenda is not affiliated with "Depicofier" Project. README Source: Enichan/Depicofier

Open Source Agenda Badge

Open Source Agenda Rating