Support "typedef"

This commit is contained in:
Christoffer Lerno
2023-02-14 16:36:48 +01:00
committed by Christoffer Lerno
parent b7e19b75d0
commit df77b692d6
99 changed files with 468 additions and 441 deletions

View File

@@ -3,7 +3,7 @@ import std::io;
import std::math::vector;
import std::math;
define Callback = fn int();
typedef Callback = fn int();
fn int xy(Callback a) => a();