Re: Two small questions/comments
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Two small questions/comments
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年9月24日 16:14:10 -0300
>a preprocessor is not
>something terribly difficult to offer as a an extension or wrapper library.
That's what lua/test/pp.lua does. It's even more powerful than the one in 3.x
because full expressions can be used in $ifs.
Simply load pp.lua before your programs and use dofile as before.
pp.lua redefines dofile.
--lhf