mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Allows braced blocks everywhere where expressions are expected. The statements in those blocks can be `let x` or `let x = ...`. The former declares a new witness column, the latter just binds a local variable. fixes #959