Port tokenizer to C#

Another language change, another unrefactored (but already better tested) tokenizer
This commit is contained in:
0x4261756D
2024-01-16 02:59:51 +01:00
parent 7889f4c27a
commit 34cb88582d
15 changed files with 3866 additions and 4281 deletions

6
.gitignore vendored
View File

@ -1,4 +1,2 @@
zig-out/
zig-cache/
.vscode/
target/
bin/
obj/