Re: Online Help in eLua?

Posted by BogdanM on
URL: http://elua-development.15.s1.nabble.com/Online-Help-in-eLua-tp2456949p2460894.html

Personally (and arguably) I find XML easier to read. But since I was planning to get a Lua table as the result of parsing the XML, we might just skip this step and get to the Lua table directly. Sometimes I just miss the obvious solutions, thanks for helping me to keep on track :)

Best,
Bogdan

On Wed, Mar 11, 2009 at 1:31 PM, John Hind <[hidden email]> wrote:

Why not Lua table constructors? That way you avoid having to include SAX parser by leveraging what is already there. I wrote a mass of custom XML parsing code before finally “getting” Lua’s functionality as a data definition language. If anything Lua is terser and more functional than XML and already having the parser should be the deal clincher!

 

From: elua- Bogdan Marinescu Sent: 10 March 2009 19:14

I'd go with the XML version, since it's way easier to standardize.

 


_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev