SkillAgentSearch skills...

Depicofier

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

Install / Use

/learn @Enichan/Depicofier

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

Related Skills

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated8mo ago
Forks4

Languages

C#

Security Score

87/100

Audited on Jul 16, 2025

No findings