lua-users home
lua-l archive

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


> While saving bytecode reduces portability, what prevents you from
> re-serializing the output of the token filter in source form ?

That's definitely a possibility. A tool for this can be my lstrip,
when built with a token filter:
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lstrip

I use such a tool for testing the C token filters I post here occasionally.
Of course, comments and identation are lost but that's ok for this application.