Daniel Grunwald
|
cd99dce77b
|
Fix bugs caused by the introduction of user-defined operators.
|
14 years ago |
Daniel Grunwald
|
43b5897b21
|
Add support for user-defined operators.
|
14 years ago |
Daniel Grunwald
|
37626e1bc7
|
Expose conversions as part of the ResolveResult.
|
14 years ago |
Daniel Grunwald
|
fa55d149d5
|
Fix adding assembly attributes to SimpleProjectContent.
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
|
14 years ago |
Daniel Grunwald
|
a24999d720
|
Add InsertParenthesesVisitor
|
15 years ago |
Daniel Grunwald
|
80a859c0cc
|
Add support for pointer types (implicit pointer conversion; operators defined on pointers).
|
15 years ago |
Daniel Grunwald
|
24e7c50e32
|
Fixed issues with LogicalAnd and LogicalOr operators.
Add unit tests for overload resolution; fixed an overload resolution bug.
Added some new helper methods.
Various documentation updates.
|
15 years ago |
Daniel Grunwald
|
c4f4db723b
|
Added support for relational operators.
Moved primitive cast logic to utils.
Added unit tests; fixed bug in enum handling.
|
15 years ago |
Daniel Grunwald
|
f832db0de6
|
Use TypeCode instead of Type where possible; added more BinaryOperatorTests; added support for equality operators.
|
15 years ago |
Daniel Grunwald
|
a7790c8de0
|
Add subtraction and shift operators.
|
15 years ago |
Daniel Grunwald
|
ca28cd6478
|
Add support for multiplication, division, modulus and addition operators.
|
15 years ago |