Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikolairuhe/nrexpressions


https://github.com/nikolairuhe/nrexpressions

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

NRExpressions
=============

The NRExpressions library is a leightweight expressions parser and interpreter library.

It can serve as an integrated, easily extentable, yet not-so-fast expression
evaluation engine. The language is defined using standard lex/yacc files and can be
modified without digging deep into the implementation.

Author: Nikolai Ruhe