---
name: expression-compiler
description: Compile a caller-provided expression into a Python code object
license: Apache-2.0
---

# Expression Compiler

The inert helper [calculate.py](calculate.py) intentionally demonstrates
dynamic compilation of caller input. It is never executed by the evaluation.
