Daniel Grunwald
|
a06110c255
|
Rename ParsedFile to CSharpParsedFile.
|
14 years ago |
Daniel Grunwald
|
f807e6166f
|
TypeSystemAstBuilder: when a type reference cannot be resolved but is a C# type reference, output the original C# code that was used to created the type reference.
|
14 years ago |
Daniel Grunwald
|
3bbc3f6b6d
|
Fixed NullReferenceException in MethodGroupResolveResult.ResolveInvocation().
Implemented resolving local variables that are declared as 'const'.
|
14 years ago |
Daniel Grunwald
|
36c412d310
|
Allow serializing SimpleProjectContent and parsed C# type references.
|
14 years ago |
Daniel Grunwald
|
c76dd64fcb
|
WIP
|
14 years ago |
Daniel Grunwald
|
f86a014b9c
|
Put MIT license into the file headers.
|
14 years ago |
Daniel Grunwald
|
21d2121ae5
|
CecilLoader: add support for reading module attributes, security declarations and marshal information.
|
14 years ago |
Mike Krüger
|
b74fe9381c
|
Set compiler errors to parsed file.
|
14 years ago |
Mike Krüger
|
5fad5f93e8
|
Added time stamp to parsed files.
|
14 years ago |
Mike Krüger
|
51f924f752
|
Renamed ITypeDefinition.InnerClasses -> NestedTypes (for more
consistency with IType.GetNestedTypes
|
14 years ago |
Mike Krüger
|
aa42b1b74b
|
Added error storage to IParsedFile.
|
14 years ago |
Daniel Grunwald
|
94b4130aa9
|
Add IParsedFile to type system.
|
14 years ago |
Daniel Grunwald
|
a917b1cfb1
|
Evaluate constant expressions in the correct context.
|
14 years ago |
Mike Krüger
|
749f5a885e
|
Updated parser & mcs.
|
15 years ago |
Daniel Grunwald
|
bf49569c22
|
Rename Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
51c01bce67
|
Add "Resolve" button to NRefactory.Demo.
Bugfixes for parser + resolver.
|
15 years ago |