erlang-parsetools

Erlang/OTP parsing tools
  http://www.erlang.org/
  0
  no reviews



The Parsetools application contains utilities for parsing. Currently, it includes yecc module. Yecc is an LALR-1 parser generator for Erlang, similar to yacc. Yecc takes a BNF grammar definition as input, and produces Erlang code for a parser as output.