fab13n / metalua

The metalua programming language
http://metalua.luaforge.net
347 stars 59 forks source link

Usage documentation #32

Open technomancy opened 9 years ago

technomancy commented 9 years ago

The manual is written as if there is a metalua executable, but I could not find one. Linking metalua.lua to the $PATH appears to be insufficient since a) there is no shebang and b) it does not set up LUA_PATH correctly. I've created my own script that evals luarocks path before execing lua, but even this only works when it's run from the metalua checkout.

technomancy commented 9 years ago

Update: I found that there was a working bin/metalua script in an older revision. I have a feeling I shouldn't be working from the master branch; however the .rockspec files claim the latest version is 0.7.2 which does not exist as a git tag.

Please tag the latest stable release; thanks!

technomancy commented 9 years ago

It looks like the 0.7.3 tags exist in this repo instead: git://git.eclipse.org/gitroot/koneki/org.eclipse.koneki.metalua.git

Is the github repo deprecated? If so can this be documented?

tan-wei commented 5 years ago

Wow, almost 4 years ago... Maybe we can't get the answer here...