6 projects tagged "Libraries"
C++ command line parameters parser (CLPP) is a command line parameter parser with callback functions and, if necessary, type/semantic checking of values of input parameters. It uses only Boost C++ libraries and ISO C++. It is header-only (no need to build it) and very simple to use.
Configurator is a configuration file parser. It allows you to use arbitrary nesting of sections. The user can define an option's default value, necessity, and semantic check. It supports single-line and multi-line comments (in C++ style). It provides common checks of options and sections, like duplication, incorrection, etc. It uses only Boost C++ libraries and ISO C++. It is header-only (does not require building) and very easy to use.
libcfp analyzes and parses the syntax of a user-supplied chemical formula in ASCII notation. It does not know anything about the semantics of real world physical element characteristics. But it requires no external library dependencies and uses namespace std:: only. Furthermore, it uses UnitTest++ during development to ensure consistent behavior of formula parsing.
Luminous is a powerful and modern syntax highlighter written in PHP. It supports a range of popular languages, including C, CSS, JavaScript, PHP, Python, Ruby, XML/HTML, and many more. Luminous is separate from many similar PHP (and JavaScript) based highlighters in that it implements hand-written language scanners to better understand complex languages. It aims to output high quality highlighting in HTML and LaTeX, which can be themed by CSS.
Grammar-based software designed to utilize the logic contained within grammar.