|
About:
The STX Expression Parser provides a C++ framework
that can process user-specified expression strings
containing program-specific variables. It can be
integrated into applications to allow
user-customized data selection and filtering. The
expression strings are intuitive SQL-like WHERE
clauses, and can contain arbitrarily complex
arithmetic. At the same time, the parse tree
evaluation speed is guaranteed to be fast enough
to safely iterate over larger data sets. The
framework uses the Boost.Spirit parser library
combined with a versatile custom scalar value class.
Author:
Timo Bingmann [contact developer]
Homepage:
http://idlebox.net/2007/stx-exparser/
Tar/BZ2:
http://idlebox.net/[..]07/stx-exparser/stx-exparser-0.7.tar.bz2
Demo site:
http://idlebox.net/2007/stx-exparser/csvfilter.htt
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|