资 源 简 介
ESCHEW - Even Simpler C-Heuristic Expat Wrapper
OVERVIEW:
Eschew is a simple tables constructor + runtime XML parser wrapper based on Expat. The typical usage of Eschew is to read/write application options from an XML configuration.
The primary goal of Eschew, and what differentiates it from other XML wrappers, is its ability to instantiate arrays for holding XML values that are readily available at compilation time, just like any other standard C array.
This unique feature makes the use of Eschew both extremely efficient and very straightforward.
ESCHEW vs SCEW, or why not use SCEW (Simple C Expat Wrapper) instead?
Scew"s node values are string only, whereas Eschew can define and populate any type (from booleans to floating point, including any type of signed or unsigned integers)
Scew"s nodes are only available at runtime which re