E-- (English--)
Summary
E-- (English--) is a programming language that uses plain English to define code and deterministically compiles to Python. The project employs a two-stage pipeline: an optional LLM-based normalizer to canonical English, followed by a deterministic parser that emits Python code, with {{}} slots resolved by an LLM and cached for offline reproducibility.