Gobo Eiffel Yacc Tool

by laurentm (modified: 2015 Aug 05)

This tool is a part of the Gobo package.

Description

Gobo Eiffel Yacc (geyacc) is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into an Eiffel class equipped with routines to parse that grammar. Geyacc may be used to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Geyacc is very similar to yacc and GNU bison. Anyone familiar with these utilities and fluent in Eiffel programming should be able to use geyacc with little trouble.

Links