Files
powdr/std/math
chriseth f42ca35f83 Let statements in expressions. (#1138)
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
2024-03-25 21:08:45 +00:00
..
2024-03-25 21:08:45 +00:00
2024-02-01 12:13:12 +01:00