lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm trying to create a Lua program that:
- Can parse a large XML file
- Can easily be distributed to other (less technical) users, using Mac
or Windows
Both options below seem difficult to distribute. Is there an
alternative I could pursue? Or is Lua perhaps not the best fit for
this use case?


On Sun, 4 Dec 2022 at 20:52, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> > objective is to parse a large XML file
>
> Try my simple interface to expat at
> https://web.tecgraf.puc-rio.br/~lhf/ftp/lua/#lxml
>
> It contains all necessary expat code, including expat_config.h.