Remove interfaces

This commit is contained in:
nub31
2025-09-12 22:08:26 +02:00
parent 2d44b7010b
commit 5432521869
14 changed files with 32 additions and 300 deletions

View File

@@ -67,7 +67,6 @@ public enum Symbol
Ampersand,
Let,
Calls,
Interface,
For,
Extern,
Semi,

View File

@@ -17,7 +17,6 @@ public sealed class Tokenizer
["struct"] = Symbol.Struct,
["let"] = Symbol.Let,
["calls"] = Symbol.Calls,
["interface"] = Symbol.Interface,
["for"] = Symbol.For,
["extern"] = Symbol.Extern,
["module"] = Symbol.Module,