Hacker News new | ask | show | jobs
by itsmemattchung 2242 days ago
Curios if you looked into ANTLR? That's what was used most recently as part of my compiler's course at Georgia Tech.
1 comments

Yes, I did (at least a bit). That and I read, that Go has a build-in yacc as well.

But decided, that for the first compiler, I want to actually do all steps manually myself for best possible comprehension of the general topic.