This commit is contained in:
nub31
2025-06-07 19:05:11 +02:00
parent 73b45a443c
commit 0fe49df688
15 changed files with 1275 additions and 208 deletions

View File

@@ -18,6 +18,7 @@ public class Lexer
["alloc"] = Symbol.Alloc,
["struct"] = Symbol.Struct,
["let"] = Symbol.Let,
["calls"] = Symbol.Calls,
};
private static readonly Dictionary<string, Modifier> Modifiers = new()