Files
powdr/parser
Gastón Zanitti 4fbac58bd2 Parameterized expressions (#1627)
This PR 'parameterise' Expressions to be able to choose when they can be
converted into a StructExpression and when they cannot. This
modification allows us to overcome ambiguities with Structs and to adopt
the standard Structs syntax:
```
struct Point{ x: int, y: int }
let p: Point = Point{ x: 1, y: 2 };
```

This PR replace #1591 to be able to include this modifications before
merging structs.

---------

Co-authored-by: chriseth <chris@ethereum.org>
2024-08-28 16:48:35 +00:00
..
2024-08-28 16:48:35 +00:00
2023-04-21 17:16:22 +02:00