Maximilian Herkender

Results 12 comments of Maximilian Herkender

In my opinion, encoding a value as null isn't any better than letting it pass through. The other school of thought would be to throw an error, I don't think...

The results of non-Flash JSON parsers are just as valid as the Flash ones, if not more so. Why would I base my decisions on the very libraries whose failings...

I took a look at yours. Lots of interesting stuff, you live up to your reputation. I want JSON parsers to reject NaN. I think it's a good thing. It's...

EDIT: I must've been tired or something when I wrote this. Cleaned it up a bit. Sorry for the slow response, busy week for me. `require` should work in a...

I did design for it, although looking at it, it could be improved. Basically when you return like that, it overrides what's originally returned (`_G`) in the generated JS function....

Interesting. I'll check it out.

I'm sorry I didn't get to this sooner, are you still experiencing these problems? I am unable to reproduce them.

It's crashing when trying to build `lua.jison`. I'm not able to reproduce this, and while there are grammar problems, they're only warnings and it should work. I've cleaned up the...

Odd. I'll take another look at it later. The prebuilt version has been updated, is it not working for you? I have not heard of brozula, it's definitely interesting and...

I added support for table.concat. There's a bug in your version (when sep is null in a javascript join, it is replaced with ", " not "" as in lua's...