ebnf2yacc

v 0.1.1

tool to help write yacc parsers/compilers

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 parser that builds the tree.

http://ebnf2yacc.sourceforge.net/

To install ebnf2yacc, paste this in macOS terminal after installing MacPorts

sudo port install ebnf2yacc

Add to my watchlist

Installations 1
Requested Installations 1