Add lambdas.

This commit is contained in:
Christoffer Lerno
2023-01-23 00:41:05 +01:00
committed by Christoffer Lerno
parent c9e1e2d763
commit b508a43f8f
47 changed files with 1116 additions and 487 deletions

View File

@@ -1,4 +1,4 @@
struct Foo { int y; }
macro Foo.text(...) = f.y; // #error: The first parameter to this method must
macro Foo.text(...) => f.y; // #error: The first parameter to this method must