|
|
|
|
|
by aesbetic
448 days ago
|
|
I know popular sentiment is writing compilers is hard but not simple ones like this one without optimizations. Basic stages like lexing, parsing, building AST, and code gen aren’t conceptually difficult, just a lot code to churn out. Though I’ll admit LLMs have been weirdly good at regex. |
|