-
Notifications
You must be signed in to change notification settings - Fork 18
Adding Operator Overloading and Variable Type + Value Resolution Handlers #16
base: master
Are you sure you want to change the base?
Conversation
Conflicts: .gitignore Expressions.Test/Expressions.Test.csproj
Thank you for your pull requests. There are however a few remarks I'd like to make. First I've refactored the new events a bit. They now follow the standard .NET event handler pattern. I've also changed the way the type resolver is passed to the resolver. Instead of passing the event I now pass an I've also reworked On issue that is still open is that there are failing unit tests, specifically You can pull these from my |
Hi,
I'm interested in using Expressions in a project i'm working on.
There are 2 features which I need:
I've implemented both of these in this pull request. They pass all tests (except the one which is known to fail of course).
NOTE: 2 things which are not super clean in my commits are the naming of unit tests and the ignoring of the CSharpLexer.