Rewrite/refactor C# parser
ajaybhargavb opened this issue · 0 comments
ajaybhargavb commented
- Understand and define the structure of the nodes representing various types of C# constructs
- Generate the necessary node classes and its boilerplate
- Essentially rewrite
CSharpCodeParser