[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wanted: Lua source code cruncher
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 9 Mar 2008 11:08:36 -0300
> 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.