Hacker News new | ask | show | jobs
by pdkl95 4087 days ago
> implementing a C compiler for MIPS in java, using a shitty lex library

Interesting - when I took that course in the late 90s, I had to implement a java compiler for MIPS in C. With a shitty lex library, of course.