Hi, I'm pleased to announce the release of a Haskell binding to the ANTLR LL(*) parser generator C runtime library.
The lexing and parsing is handled in C. The C parser actions call Haskell code to do things such as: - enter data into the symbol table - look up data in the symbol table to implement dis-ambiguating semantic predicates for parsing context sensitive programming languages. - create Abstract Symbol Table entries. The Haskell binding to the ANTLR parser generator C runtime library is at: http://hackage.haskell.org/package/antlrc https://github.com/markwright/antlrc An example based on the implementation of arithmetic expressions example from "Types and Programming Languages" by Benjamin Pierce, chapter 4, is on github: https://github.com/markwright/antlrc-examples/tree/master/src/tapl/arith Building the example is somewhat challenging. I provide a Makefile, however it is specific to my system and will need to be customized. Documentation for the ANTLR C runtime library is at: http://www.antlr.org/wiki/display/ANTLR3/ANTLR3+Code+Generation+-+C Thanks, Mark List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
