aboutsummaryrefslogtreecommitdiff
path: root/devel/libklel
Commit message (Collapse)AuthorAgeFilesLines
* Stage supportMartin Wilke2014-01-312-4/+5
| | | | Notes: svn path=/head/; revision=342003
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326636
* The KoreLogic Expression Language Library is a C library thatPawel Pekala2013-04-264-0/+46
provides a simple expression language that can be embedded in other programs. This library does not implement a full programming language, but rather a simpler expression language called KL-EL that is designed to provide arithmetic and logic operations useful in situations where embedding a full programming language would be overkill. KL-EL expressions have access to a full set of arithmetic and logic operations, and they can access functions and variables exported from the embedding program. Unlike most other languages of its kind, KL-EL is statically and strongly typed, which helps ensure that expressions are valid before they are executed. The embedding API is designed to be easy to use, and the library itself is designed to be very small. WWW: http://sourceforge.net/projects/libklel/ PR: ports/177737 Submitted by: klm <klm@uidzero.org> Notes: svn path=/head/; revision=316626