Hacker News new | ask | show | jobs
by Zamicol 1774 days ago
And JSON5.

https://github.com/json5/json5-go

1 comments

What a delightfully readable example of a hand-rolled lexer and parser that is.
I thought you were being sarcastic, but I think I just finally learned how lexers and parsers work by reading the code, and I don't even know Go.
Hah yeah no sarcasm intended at all! It's really neat code.