Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 868 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 868 Bytes

lua2jass

How to use

Provide a common.j and a lua file.

$ lua2jass common.j war3map.lua war3map.j

This will then produce the file war3map.j. Do note that this script file is not complete yet. You need to provide your own config and main functions (in jass of course). And you need to call the function lua_Main_init (call ExecuteFunc("lua_Main_init")).

What doesn't work (yet, or maybe never)

How to build

Check out this repository and do cabal build --allow-newer. Or if you run nix you can do nix build github:lep/lua2jass.