PROGRAMS BY ebnf2yacc.sf.net

  • ebnf2yacc Free

    ebnf2yacc is a tool to help write yacc parsers/compilers.It takes as input a grammar written in bnf (ebnf support is planned), and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc parse