Re: Macros and Token Filters Revisited
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Macros and Token Filters Revisited
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2010年6月16日 13:02:39 -0300
> 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.