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

I built an Algol68 compiler way back when - it was a mix - used recursive descent to parse the bracketing structure and type definitions and an LALR (homegrown generator) for the second pass it fit well provided you allowed the parser generator to resolve on of the shift/reduce conflicts on the fly at runtime (to handle the language's ability to change the priority of operators)


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

Search: