Hacker News new | ask | show | jobs
by simonw 1774 days ago
What a delightfully readable example of a hand-rolled lexer and parser that is.
1 comments

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.