Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I strongly recommend following the Kaleidoscope LLVM tutorial: http://llvm.org/docs/tutorial/

It should take maybe a day to work through. Even if you don't plan on ultimately using LLVM as a back-end compiler, this touches on a number of other useful concepts that will make your journey much easier.

I wanted a more flexible parser for the language I'm working on, so I'm using a variant of an Earley parser that I wrote five years ago. ANTLR uses LL parsing.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: