←back to thread

429 points rui314 | 1 comments | | HN request time: 0s | source
Show context
peter303 ◴[] No.10732006[source]
Long ago UNIX had compiler writing tools like yacc and lex. I wonder if they are useful for exercises like this.
replies(6): >>10732067 #>>10732084 #>>10732219 #>>10732591 #>>10732595 #>>10732964 #
1. kayamon ◴[] No.10732595[source]
C is actually easier to parse by hand because of its wacky declaration syntax.