Re: Large bodies of open source Lua code?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Large bodies of open source Lua code?
- From: Alexander Gladysh <agladysh@...>
- Date: 2011年3月23日 05:52:55 +0300
On Wed, Mar 23, 2011 at 04:50, Peter Cawley <lua@corsix.org> wrote:
> I'm currently undertaking more experimental work relating to code
> generation and bytecode verification in Lua 5.2. To test that
> everything produced by the code generator is accepted by the bytecode
> verifier, I'd like to pass it large amounts of syntactically correct
> Lua 5.1 / 5.2 code, the easiest source of which are large bodies of
> open source Lua code. I'm currently using the Lua files of the
> following projects in my test cases:
> * CorsixTH
> * Prosody
> * Penlight
> What other large bodies of open source Lua code are there?
https://github.com/lua-nucleo/lua-nucleo
5.1-only.
HTH,
Alexander.