Skip to content

alex-bes/sel-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEL - Simple Expression Language

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)

TODO

  • Default context (default handlers library)
  • Tests
  • Docs
  • Publish to luarocks

Usage

To be added soon.

Credits

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages