#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
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.
Mike Krüger
3ffbaa278a
Refactored c# token representation, it's now more consistent with the
other nodes and takes up a bit less memory.
|
14 years ago |
| .. |
|
BlockStatement.cs
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
|
BreakStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
CheckedStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
ContinueStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
DoWhileStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
EmptyStatement.cs
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
|
ExpressionStatement.cs
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
|
FixedStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
ForStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
ForeachStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
GotoStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
IfElseStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
LabelStatement.cs
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
|
LockStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
ReturnStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
Statement.cs
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
|
SwitchStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
ThrowStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
TryCatchStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
UncheckedStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
UnsafeStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
UsingStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
VariableDeclarationStatement.cs
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
|
WhileStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
YieldBreakStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |
|
YieldReturnStatement.cs
|
Refactored c# token representation, it's now more consistent with the
|
14 years ago |