skx / evalfilter

A bytecode-based virtual machine to implement scripting/filtering support in your golang project.
GNU General Public License v2.0
117 stars 12 forks source link

163 primitives #164

Closed skx closed 3 years ago

skx commented 3 years ago

This pull-request, once complete will implement three new primitives:

This will close #163.

So far I've added min and max, between will come shortly.