Skip to content

JS implementation of the SEL(Simple Expression Language)

License

Notifications You must be signed in to change notification settings

Logicify/sel-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/)

About

JS implementation of the SEL(Simple Expression Language)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published