Skip to content

lep/lua2jass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.