Skip to content
/ tstolua Public

Simple Typescript to Lua 5.1 compiler, used for World of Warcraft addons

License

Notifications You must be signed in to change notification settings

wowts/tstolua

Repository files navigation

tstolua

This node module aims to transform a Typescript program to a Lua program. Its targets are World of Warcraft addons, that use Lua 5.1. In the current form, it only intend to support a subset of Typescript.

Usage

tstolua path/to/tsconfig.json

The outDir property must be set. It will convert all the files to Lua in the outDir directory.

About

Simple Typescript to Lua 5.1 compiler, used for World of Warcraft addons

Resources

License

Stars

Watchers

Forks

Packages

No packages published