[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there any sample code or library for using lua as a data parser?
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 26 Mar 2014 10:06:29 +0200
On Tue, Mar 25, 2014 at 5:12 PM, Journeyer J. Joh
<oosaprogrammer@gmail.com> wrote:
> I'd like to use lua as a configure file in a C program.
If you don't mind using an extra library, then llua can make this easier. See:
https://github.com/stevedonovan/llua/blob/master/read-config.c
(the 'config.lua' is in same directory)