you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 weeks ago

That's is actually pretty common for programming languages. You first write a minimal compiler in some other language that only implements the features necessary to compile the full version, written in its own language, then you use the full compiler to recompile itself.

  • source
  • parent