[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OR, quantifier support in Lua patterns
- From: Jim <djvaios@...>
- Date: Sun, 30 Sep 2018 19:25:04 +0200
On 9/29/18, Lorenzo Donati <lorenzodonatibz@tiscali.it> wrote:
> that's /by design/. The goal was/is to keep Lua size small.
>
> I can't say if implementing alternation (i.e. that OR operator) will
> increase Lua size by much, but I suspect it will.
how comes that squirrel has them ?
does that make squirrel NOT small ?
or has that more to do with it being written in c++ ?
(which was an unnecessary mistake imo)
btw: squirrel separated the interpreter and its std libs
into 2 different c libs which looks like a good idea to me.