.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Siegfried Pammer 140040b6c9 Annotate AST node classes with their C# grammar productions 2 weeks ago
..
BlockStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
BreakStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
CheckedStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
ContinueStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
DoWhileStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
EmptyStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
ExpressionStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
FixedStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
ForStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
ForeachStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
GotoStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
IfElseStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
LabelStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
LocalFunctionDeclarationStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
LockStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
ReturnStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
Statement.cs Remove hand-written AST visitor/null/placeholder boilerplate 2 weeks ago
SwitchStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
ThrowStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
TryCatchStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
UncheckedStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
UnsafeStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
UsingStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
VariableDeclarationStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
WhileStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
YieldBreakStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago
YieldReturnStatement.cs Annotate AST node classes with their C# grammar productions 2 weeks ago