Adding C# Support. Badly tested currently, but kindof working

This commit is contained in:
K35
2022-01-05 21:16:17 +00:00
parent 94832ef682
commit 49425cab39
20 changed files with 3825 additions and 71 deletions

7
.gitignore vendored
View File

@ -1,5 +1,10 @@
node_modules/
.yarn/cache
.yarn/install-state.gz
examples/out
examples/Typescript/out
examples/CSharp/Generated
examples/CSharp/Example/bin
examples/CSharp/Example/obj
examples/definition.json
templates/CSharp/bin
templates/CSharp/obj