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

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
indent_size = 4
indent_style = tab
[*.cs]
trim_trailing_whitespace = true
csharp_space_after_keywords_in_control_flow_statements = false
csharp_indent_case_contents_when_block = false