Refactor parser

This commit is contained in:
2026-04-29 20:15:05 +02:00
parent 1c5d49d682
commit f260e02efa
11 changed files with 179 additions and 128 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ module mymodule;
import foo;
alias myalias = int32[];
alias myalias = i32[];
import bar;
alias otheralias = int32;
alias otheralias = i32;