Update $include syntax and behaviour. Remove top level $if completely.

This commit is contained in:
Christoffer Lerno
2023-06-12 18:44:29 +02:00
committed by Christoffer Lerno
parent 3dd1741484
commit 4d552ae44d
49 changed files with 196 additions and 625 deletions

View File

@@ -32,7 +32,7 @@ macro Callback get_callback2()
module bar;
import foo;
typedef Callback = fn int();
def Callback = fn int();
macro Callback get_callback()
{