tel 0.1.3

Turbofuro Expression Language
Documentation

Turbofuro Expression Language

Predictable expression language with familiar syntax. You can embed TEL in your application and evaluate user expressions in a safe way.

Features

  • Familiar C/Java/JavaScript like syntax
  • Any JSON is a valid expression
  • No object references, objects and arrays are compared by value (deep equality)
  • Compiles to WebAssembly (see: tel-web)
  • Provides saving expressions