ra’s avatarra’s Twitter Archive—№ 42,955

    1. …in reply to @georgionic
      @georgionic a couple of options! depends on what you're looking for. if you want code generation stuff the Kaleidoscope project is pretty good and available in a bunch of languages llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html github.com/sdiehl/kaleidoscope
  1. …in reply to @ra
    @georgionic it focuses on code generation issues as opposed to analysis or parsing (they're there, but in a smaller way) but it's a good place to start.