Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 743 Bytes

README.MD

File metadata and controls

46 lines (30 loc) · 743 Bytes

SEL - Simple Expression Language

Build Status

JS implementation of the SEL(Simple Expression Language)

Syntax Examples

Simple interpolation

Hello, $username.

Invoke function

Uppercased value of test is $upper(test)

Invoke function with variable argument

Uppercased username is $upper($username)

Logical operations (conjunction)

$allOf(true, false, false)

More complex logical operations

$anyOf($not($myVar), $myVar)

Usage

To be added soon.

Credits

Alexander Beskrovny, Logicify (http://logicify.com/)