Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolairuhe/nrexpressions
https://github.com/nikolairuhe/nrexpressions
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolairuhe/nrexpressions
- Owner: NikolaiRuhe
- Created: 2013-03-19T18:51:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T11:51:13.000Z (over 7 years ago)
- Last Synced: 2024-11-16T07:41:03.495Z (2 months ago)
- Language: Objective-C
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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