Y
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
EamonnMR
1825 days ago
Oh, neat. I'll have to give that a look.
link
juped
1825 days ago
the author should not have written this. why would anyone ever hand-roll a parser? it's neither useful nor interesting
link
EamonnMR
1823 days ago
The same reason that they wrote their own parser generator instead of using Lex/YACC.
link