lua-users home
lua-l archive

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


> 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.