Lua compiler

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
xEleas

Lua compiler

Post by xEleas »

Couldn't find one.
Lua.org offers a software, quite confusing, with no executable. Just files.
Any help? ^^

Edit: I found "http://doris.sourceforge.net/lua/weblua.php" but I don't think it's useable offline.. Any help much appreciated ^^
User avatar
Cassandra Fjurin
Posts: 2248
Joined: Sat Jun 05, 2004 3:25 pm

Post by Cassandra Fjurin »

lua has no real compiler i don't know if there can be created exe files. I think not. Its more a scrpting language and is interpreted.

But the script can be precompiled in a Form so it can be executed faster.
User avatar
Vilarion
Developer
Posts: 2008
Joined: Sun Aug 15, 2004 8:10 pm
Contact:

Post by Vilarion »

I suppose he means lua binaries to execute scripts. With linux you will use a system package or compile the sources. Here are windows binaries.
Note that we use lua 5.0.2
User avatar
Nerian Finera
Posts: 583
Joined: Tue Nov 29, 2005 3:16 pm
Location: There can be only one

Post by Nerian Finera »

Don't you need a license or something like that?
xEleas

Post by xEleas »

Darn, Vilarion beat me to posting the windows binaries link ^^

Anyhoo, for anyone who's thinking about learning lua to help out the dev team and are too afraid to get discouraged, give it a try, it's rather easy.

Here's the tutorial I'm reading up on to now, give it a try: http://lua-users.org/wiki/TutorialDirectory
User avatar
Vilarion
Developer
Posts: 2008
Joined: Sun Aug 15, 2004 8:10 pm
Contact:

Post by Vilarion »

You do not need a licence, it is open source. Help is always welcome and appreciated. :)
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Post by Nitram »

Lua Edit 2.5

This programm you can write, compile and execute Lua Scripts. Very nice for testing.

Nitram
Post Reply