Simple transpiler that converts rust like lang to a c#
- custimizable design that allows easy conversion to different langs.
- lexer
- prat parser for expressions
- special parser for types
- code generator for #c
Supports syntax for most of needed operations like:
-
for loop
-
while loop
-
prefixes
-
binary operations
-
if
-
functions
-
out operation
-
variable decleration
-
array: decleration, construction, indexin
-
structs
And more!


