One of the nice thing which happened to me in my programming career was early chance encounter with
the book,"Unix Programming environment" (Kernighan/Pike). I happen to learn about Lex and Yacc through their example calculator progrom ( programming language ? ) named as HOC (Higher order Calculator ).
I have used Lex (Flex) /Yacc (Bison) , Abraxis PC Lex/Yacc , ANTLR and other parser generators in my projects. Today,I played with fsLex and fsYacc to port some of my old C/C++ code into F# and the conversion was easy.
the book,"Unix Programming environment" (Kernighan/Pike). I happen to learn about Lex and Yacc through their example calculator progrom ( programming language ? ) named as HOC (Higher order Calculator ).
I have used Lex (Flex) /Yacc (Bison) , Abraxis PC Lex/Yacc , ANTLR and other parser generators in my projects. Today,I played with fsLex and fsYacc to port some of my old C/C++ code into F# and the conversion was easy.
0 comments:
Post a Comment