PtokaX forum

Development Section => Your Developing Problems => Topic started by: dragos_sto on 13 April, 2005, 02:22:03

Title: syntax error
Post by: dragos_sto on 13 April, 2005, 02:22:03
some one know a good program to do a syntax check and to have a help whit syntax ?

sorry for thread name , but i dont have inspiration
Title:
Post by: Herodes on 13 April, 2005, 02:43:25
QuoteOriginally posted by dragos_sto
some one know a good program to do a syntax check and to have a help whit syntax ?

sorry for thread name , but i dont have inspiration
The lua core provides very good information when an error occures. Look in other, preferably small, scripts so that you can see how the syntax works. All you need to learn is the terminology and the meanings of the terms,... for that the documentation of the language (official website (http://www.lua.org/)) is the best way forward. Good luck ;)
Title:
Post by: bastya_elvtars on 13 April, 2005, 02:47:51
For a better understanding, EditPlus is a good idea to use with lua as a user tool. I wrote a small howto on it, see it here (http://ptokaxwiki.no-ip.com/wikka.php?wakka=EditplusDebugging)*.


------
*Another reason for people to visit the wiki more frequently.
Title:
Post by: jiten on 13 April, 2005, 12:30:26
Have a look here (http://board.univ-angers.fr/thread.php?threadid=3981&boardid=9&sid=ec280e58367fd55b04d9dfb03337fb3f)  too.
Title:
Post by: dragos_sto on 14 April, 2005, 14:58:02
10x a lot for information  to evryone
Title: one question
Post by: dragos_sto on 14 April, 2005, 15:18:09
i found here (http://wowgamers.com/index.php/topic,6/prev_next,next.html) some for edit plus and and a auto complete ,but i dont know the file it for lua 4 or 5 , for my shame ho whant to learn lua language  :rolleyes:
Title:
Post by: plop on 14 April, 2005, 17:48:36
QuoteOriginally posted by dragos_sto
i found here (http://wowgamers.com/index.php/topic,6/prev_next,next.html) some for edit plus and and a auto complete ,but i dont know the file it for lua 4 or 5 , for my shame ho whant to learn lua language  :rolleyes:
on my website you can find a syntax file for lua 4 and 5 and ptokax and bcdc all in 1.
it's the stx file under the lua tools.

plop