[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wanted: Lua source code cruncher
- From: "Louis Mamakos" <louie@...>
- Date: 09 Mar 2008 12:12:00 -0400
why not just use luac? Perhaps that doesn't meet the original requirements somehow.
-----Original Message-----
From: Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>
Date: Sunday, Mar 9, 2008 10:08 am
Subject: Re: Wanted: Lua source code cruncher
To: Lua list <lua@bazar2.conectiva.com.br>Reply-To: Lua list <lua@bazar2.conectiva.com.br>
> With C, I can drastically reduce the size of the source code by using a
cruncher utility: this reads in the C source and emits an equivalent but
smaller source file by removing whitespace, comments, renaming locals to
smaller versions, etc.
My lstrip does all that, except rename locals; but it's in C.