Re: DSL in lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: DSL in lua
- From: spir <denis.spir@...>
- Date: 2012年12月06日 15:38:24 +0100
On 06/12/2012 07:48, Vasiliy Tolstov wrote:
Thanks. But = sign i think is ambigious... How can i avoid using = sign?
Use eg ':' (my favorite) and just preprocess by mindless replacement. (if
mindless replacement, ensure the sign cannot appear anywhere else indeed; unix
dir names can hold about any char, though... so maybe better to parse)
Denis