Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

Common Expression Language Javascript implementation

This is a work in progress CEL (common expression language) implementation in Javascript.

WARNING: This is a work in progress implementation of CEL. Any help is appreciated.

Roadmap

  • Add support for macros
  • Add support for macro overloads
  • Support built in macros out-of-the-box
  • Run conformance tests against cel-spec repository.