[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: new thought experiment: what would you add to Lua ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 15 Sep 2018 06:42:12 -0300
> Especially during optimization, as I rely on some hairy edge cases, I added assertions all over the place, but at some point it's just required to remove/comment them all out as it's simply not an option to not remove them
One of the examples in my ltokenp, a token processor for Lua, is for
removing assertions:
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#ltokenp