XCC XML解析器生成工具

程序名称:XCC

授权协议: 未知

操作系统: Linux

开发语言: C/C++

XCC 介绍

XCC 是一个用来生成 C 语言的XML解析器的工具

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. In the XML
world, there are a few packages which fill in the role of lex (expat and
libxml are the most known), but the high-level grammar parsing is usually done
by a hand-written code; writing such a parser is a tedious and error-prone
task. XCC was created to help developers in writing reliable easy-to-
understood parsers for handling complex XML-based grammars.

XCC 官网

#

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。