[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] ltokenp, a token processor for Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 12 Jun 2017 07:48:13 -0300
> This message seems to slightly pre-date my gmail records so I am
> stealing the title to ask a question. The readme states potential
> usage includes "Experimenting with new syntax without hacking the Lua
> source (reserved.lua)".
>
> Would this be the mechanism one would utilise to experiment with
> adding "domain specific languages" to Lua?
I see it as *one* mechanism, yes, and an easy one to use. But there are
others, such as Metalua. I'd love to hear about uses of ltokenp as a
tool for building DSLs with Lua.