Hacker News new | ask | show | jobs
by nafizh 1825 days ago
It seems the author has added an appendix [0] where he replaces the library parser with a hand-rolled one.

0. http://buildyourownlisp.com/appendix_a_hand_rolled_parser

2 comments

Oh, neat. I'll have to give that a look.
the author should not have written this. why would anyone ever hand-roll a parser? it's neither useful nor interesting
The same reason that they wrote their own parser generator instead of using Lex/YACC.