Merge pull request #778 from cmorris98/master
[mono.git] / mcs / class / dlr / README
1 This is fork of Microsoft DLR source code. The original code was published at
2 http://dlr.codeplex.com/ which had the code used for .NET 4.0
3 System.Linq.Expression public API. Since them the code was migrated to
4 https://github.com/IronLanguages/main but it no longer has the goal to offer
5 compatible System.Linq.Expression API and we cannot use some part of it.
6
7 We want to have minimum local changes. Importatant changes need to be marked
8 using easily recognizable marker (like MONO_INTERPRETER) for easier merging.