[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Smallest Lua-only single-file JSON parser
- From: Matthew Wild <mwild1@...>
- Date: Wed, 26 Oct 2011 18:59:42 -0400
On 26 October 2011 18:49, Norbert Kiesel <nkiesel@tbdnetworks.com> wrote:
>
> Shouldn't the * be a / in line 170?
> 168 if ch == "/" and peek == "*" then
> 169 skipstarcomment();
> 170 elseif ch == "/" and peek == "*" then
> 171 skiplinecomment();
> 172 else
>
Fixed and pushed, thanks :)
Regards,
Matthew