Lisp compiler in F#: Parsing with fslex and fsyacc May 31, 2009 at 05:12 PM | categories: Compiler | View Comments This is part 2 of a series of posts on my Lisp compiler written in F#. Previous entry: Introduction | Browse the full source of the compiler on GitHub In this post I'll talk about the fslex and fsyacc tools, which, as their names suggest, are similar to the widely used lex and yacc to