0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ugly solution for Project Euler challenge 2. More... over 13 years ago
Fixed confusing comment. More... over 13 years ago
Added implicit lambda support to Project Euler solution 1 and fixed related bugs. More... over 13 years ago
Enabled test on parameter type inference in lambdas. More... over 13 years ago
Basic support for parameter type inference. More... over 13 years ago
Added test on value comparison (explicit types). More... over 13 years ago
Finalized support for generic lambdas in calls. More... over 13 years ago
Added simple test on typed identity lambda. More... over 13 years ago
Added support for resolution of generic method groups within calls. More... over 13 years ago
Added ability to reference additional external assemblies. Fixed build problems in Vsip. More... over 13 years ago
Removed special cases around '..' as it is basically just an operator. More... over 13 years ago
Changed all compilation to use Light.Framework.Integer instead of int. More... over 13 years ago
Added test case around implicit types in lambda parameters (disabled). More... over 13 years ago
Resolved most of intermediate issues in the new OverloadResolution logic. More... over 13 years ago
Significantly changed the way OveroadResolver operates. Current regression (work in progress): lambdas can not be used in method calls. More... over 13 years ago
Improved interactive presentation of enumerable values. More... over 13 years ago
Improved interactive presentation of ranges. More... over 13 years ago
Changed Project Euler Problem 1 to use a range and fixed associated bugs. More... over 13 years ago
Added compilation of Ranges (only int ranges supported for now). More... over 13 years ago
Added support for parsing of ranges. More... over 13 years ago
Added ugly solution for project Euler problem 1. More... over 13 years ago
Fixed some quirks around lambda expression types. More... over 13 years ago
Support for trivial lambda expressions (typed parameters, must return expression). More... over 13 years ago
Improved interactive formatting of enumerable values. More... over 13 years ago
Implemented basic support for extension methods and custom overload resolution. More... over 13 years ago
WIP: optional types support in properties. More... over 13 years ago
Added support for field/property initialization. More... over 13 years ago
Basic support for 'this'. More... over 13 years ago
Added some more field tests. More... over 13 years ago
Added simple test on Math. More... over 13 years ago