Mike Krüger
|
3b486325c2
|
Fixed bug in constraints parsing.
|
14 years ago |
Daniel Grunwald
|
f410a2b5d5
|
Enum members are implicitly cast to the underlying type when used in an enum member initializer.
|
14 years ago |
Mike Krüger
|
9cc151d4c3
|
Started support for unclosed expression statements.
|
14 years ago |
Mike Krüger
|
bcde6f1af6
|
Worked on enum context.
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Daniel Grunwald
|
73438b7288
|
Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.
|
14 years ago |
Mike Krüger
|
2ea298c754
|
Fixed some null reference exceptions.
|
14 years ago |
Mike Krüger
|
f479cb03e0
|
fixed bug in parameter parsing.
|
14 years ago |
Mike Krüger
|
98d1826a74
|
Added error expression as ast node.
|
14 years ago |
Mike Krüger
|
817a2da7d7
|
Added error expression for invalid initializers.
|
14 years ago |
Mike Krüger
|
ec82082a36
|
Handled pre processor directives as separate AST node.
|
14 years ago |
Mike Krüger
|
8124eaa818
|
Fixed invalid expression statement.
|
14 years ago |
Mike Krüger
|
41607d703f
|
Added invalid expression statements to the ast.
|
14 years ago |
Mike Krüger
|
85e1173767
|
Fixed parser bug.
|
14 years ago |
Mike Krüger
|
cfcaca8e03
|
Merged mcs.
|
14 years ago |
Mike Krüger
|
0320a66587
|
Added monodevelop code completion tests.
|
14 years ago |
Mike Krüger
|
e4c70d4ba3
|
Added await/async support & updated mcs.
|
14 years ago |
Mike Krüger
|
e4850e9847
|
Added async modifier.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Mike Krüger
|
770b5c6d67
|
fixed possible null ref.
|
14 years ago |
Mike Krüger
|
a48acf0447
|
put variable initializer assign into the right node.
|
14 years ago |
Mike Krüger
|
cc9cea00ab
|
Fixed missing commas.
|
14 years ago |
Mike Krüger
|
84135f5421
|
Fixed lambda parameter commas.
|
14 years ago |
Mike Krüger
|
9e909e1d4e
|
Found wrong indexer pos.
|
14 years ago |
Mike Krüger
|
994f9310db
|
fixed dot location.
|
14 years ago |
Mike Krüger
|
fbb77b755c
|
fixed indexer locations.
|
14 years ago |
Mike Krüger
|
8d630fd281
|
Fixed array initializer brace position.
|
14 years ago |
Mike Krüger
|
bb59175945
|
Fixed constraint commas.
|
14 years ago |
Mike Krüger
|
86806707f2
|
Fixed endif position.
|
14 years ago |
Mike Krüger
|
9d55421ef3
|
Fixed attribute argument commas.
|
14 years ago |
Mike Krüger
|
c133a2a0a1
|
Handled #if values.
|
14 years ago |
Mike Krüger
|
72b2ff1412
|
Added labeled statement colon.
|
14 years ago |
Mike Krüger
|
7f141c0d8e
|
fixed goto location.
|
14 years ago |
Mike Krüger
|
d63f1fa0f6
|
Fixed named argument expression.
|
14 years ago |
Mike Krüger
|
60430391f6
|
Fixed base type comma order.
|
14 years ago |
Mike Krüger
|
618cb984d1
|
Fixed initializer comma locations.
|
14 years ago |
Mike Krüger
|
aee84bdaa6
|
Fixed nullable position.
|
14 years ago |
Mike Krüger
|
0fb1105d05
|
Fixed attribute section locations.
|
14 years ago |
Mike Krüger
|
2ba4a181b0
|
Location of global attributes was wrong.
Fixed for tests - should be inserted like the comments for the real
fix.
|
14 years ago |
Mike Krüger
|
e07b8fa3fe
|
Fixed some dot locations.
|
14 years ago |
Mike Krüger
|
cff7997d5c
|
Fixed some declarator assign token locations.
|
14 years ago |
Mike Krüger
|
8fb218baad
|
Handled pre processor directives - fist approach.
|
14 years ago |
Mike Krüger
|
9d3c0767b5
|
Fixed some issues with comment insertion.
|
14 years ago |
Mike Krüger
|
61c9894215
|
removed debug message.
|
14 years ago |
Mike Krüger
|
22a97b5e9f
|
Added 'default' section keywords.
|
14 years ago |
Mike Krüger
|
a2a077fc0e
|
added enum member assign token & case label colon token.
|
14 years ago |
Mike Krüger
|
d1db72ba83
|
Added missing "new" keyword.
|
14 years ago |
Mike Krüger
|
382f695506
|
Fixed some locations in array create expression.
|
14 years ago |
Mike Krüger
|
14d06380bb
|
Fixed implicit/explicit operator locations.
|
14 years ago |
Mike Krüger
|
03babc6369
|
Corrected constructor locations.
|
14 years ago |