Skip to content

Fixed bugs with comments, parsing, and enums.

Compare
Choose a tag to compare
@CodySchrank CodySchrank released this 15 Jun 00:02
· 122 commits to master since this release

Comments are now ignored from the c# and do not get passed on to ts (#2).
The program now throws an error if curly braces are not the next line to ensure proper parsing (#1).
Enums are no longer const to improve usability (#4).

MTT