|
|
|
|
|
by satvikpendem
637 days ago
|
|
To be fair, many languages have their bootstrapper written in OCaml or another similar ML. When I took my programming language interpreters and compilers classes, that's what they mentioned to us, because they are uniquely good at writing recursive descent parsers. |
|