Package com.google.mu.cel


package com.google.mu.cel
Cel Parser (requires dot-cel artifact)

A modern, light-weight parser for the Common Expression Language:

  • Parses to AST of sealed interfaces and records so that you can use pattern matching.
  • 2x faster than the ANTLR-based cel-java.
  • Tiny foot-print.

Package Specification

The code is developed and tested under Java 21.