XCC 0.6.3
XCC is a tool for building XML format parsers. One way to describe what XCC does is by analogy with a generic parser generator, e.g. yacc or bison.Yacc needs a lexical analyzer to function properly, and that lexical analyzer is usually built with (f)lex....