[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2 binding for Free Pascal
- From: Egor Skriptunoff <egor.skriptunoff@...>
- Date: Tue, 21 Aug 2012 19:21:51 +0400
On Tue, Aug 21, 2012 at 6:35 PM, Patrick Rapin <toupie300@gmail.com> wrote:
> A little bit of explanation about the binding and FPC would have been
> appreciated.
> From what I see, this is the translation of Lua 5.2 C API into Pascal
> language (and not, as I first thought, a Lua binding to some FPC
> library).
It is simple upgrade of Pascal units lua, lualib, lauxlib (shipped with FPC)
for Lua 5.2 C API to be accessible from Lazarus/FPC projects.