Re-designing the config parsers

Francis Dupont fdupont at isc.org
Thu Sep 11 16:05:36 UTC 2014


Daniil Baturin writes:
> What is wrong with Bison dependency? It's available from
> repositories/ports/etc.
> on any UNIX-like system in existence and can be installed even on
> platforms that do not exist anymore. :)

=> there are two different things with Bison:
 - the grammar compiler into tables.
 - the automaton using the tables.
The second is not very bound to Bison, I know some examples using
a language very different from C. In fact only the error report is
not straightforward...

Regards

Francis Dupont <fdupont at isc.org>


More information about the kea-dev mailing list