jspicl / jspicl

A Javascript to PICO-8 Lua transpiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jspicl is a Javascript to PICO-8 Lua transpiler. It creates an AST out of the JavaScript code and then transpiles it down to the LUA subset of which PICO-8 supports.

Visit jspicl.github.io for docs, guides, API and more!


npm version License

About

A Javascript to PICO-8 Lua transpiler

License:MIT License


Languages

Language:TypeScript 96.1%Language:Lua 3.3%Language:JavaScript 0.6%