Skip to content

Parsing raw c# code (text files) #2159

Answered by dgrunwald
mcmikecreations asked this question in Help
Discussion options

You must be logged in to vote

The decompiler's syntax tree and type system are derived from NRefactory (which had a C# 5 parser), but all portions unneeded for decompilation have been removed to simplify the maintenance.

I recommend using Microsoft.CodeAnalysis.CSharp for parsing C# code.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mcmikecreations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants