Lua Compiler v0.1 Beta |
Ó
melterx12, from our forums, has released a new program today to help Lua coders get to grips with the language and compile the Lua code for it to run on a PSP. Some of you may be thinking that you don't need a compiler for Lua code, you can simply write it in notepad and save the Lua scripts as .Lua files. Well, this application makes Lua coding easier since it features a great user interface, templates, and some code snippets that make Lua coding quicker and less prone to errors.
This program is in beta form and will be continued by melterx12, who promises a lot more to come from this little application. Coming soon to Lua Compiler is a help menu for all your Lua troubles and a debugging mode to help you find errors in your coding. An 'Active Text Organization System' is also on the cards which will make comments green text, if/=/do commands blue, etc for easy code reading. Overall, if you are a Lua coder that spends a lot of time in notepad, this program will make your life way easier. However, because this is a beta, remember to backup all scripts before editing them with this program just in case something goes wrong.
Lua Compiler v0.1 beta only runs on Windows machines with the .Net Framework 2.0 installed which you can find below.
Download: [Lua Compiler v0.1 Beta]
Download: [Microsoft .NET Framework 2.0]
Discuss: [Forum release thread]
Contact Us:
The QJ.net Network |
|
| Site | Feed |
| QJ.NET | RSS |
| Nintendo DS | RSS |
| PlayStation 3 | RSS |
| PSP Updates | RSS |
| Wii | RSS |
| Xbox 360 | RSS |
| MMORPG | RSS |
| Personal Computer Games | RSS |
| iPhone - iPod Touch | RSS |
| QJ.NET Forums | RSS |
User Favorites - December
User Favorites - December
Categories
Archives
Accessories
Add-ons
Applications
Artwork
Batteries
Cheats
Deals
Emulators
Events
Featured Articles
Firmware
Flash Applications
Flash games
Game Demos
Games
Hacks & Exploits
Homebrew Applications
Homebrew Demos
Homebrew Development
Homebrew Emulators
Homebrew Games
Homebrew Themes
How-To
Humor
Imports
Interviews
Magazines
Mods
MY QJ
News
Off Topic
On Shelves This Week
Opinions & Analysis
Podcasts
Previews
PSP Go
PSP Minis
PSP Slim & Lite
QJ How-To Series
QuickJump QuickGuide
QuickJump QuickPeek
Reviews
Rumors
Scans
Screenshots
Site News
Titles
UMD Movies
Videos
Weekend Warrior
Wi-Fi
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005

Comments [refresh]
1st
lua just got easier! im working on a big project, but there are SO many errors! this spotted half of them already! some flase positives tho
so am i lua is vary easy to use i like it there is that windows program witch is cool, also i am making a game. dose aney one know the code to put in sound thx.
I'm confused, does this comiler output a psp elf-binary or an eboot, or is it just like a lua ide?
It appears to be an IDE
not a compiler.
Don't these programmers know anything? :)
guess he is right then lol ^^
Not bad though, looking for something with code snippets. But it'd be good to turn this into a more flexible tool, custom snippets and line numbers on side with a project manager when working with multiple LUA files.
no this justs helps you make lua text file (.lua)
As others have already mentioned, this is an IDE, not a compiler. A bit misleading, since you actually CAN compile Lua code. For example, GTA: LCS contains a bunch of compiled Lua scripts that set the rules for the various multiplayer modes.