50
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix -D:skip.antlr=true More... about 10 years ago
tweak in assembly equality comparer More... over 10 years ago
Merge pull request #1 from bamboo/master More... over 10 years ago
Removing no-longer-needed closures to fix an IL generation error More... over 10 years ago
Fixing a few bugs in expression tree generation More... over 10 years ago
Expression tree transformation and fixing a few bugs in query generation. More... over 10 years ago
Merge pull request #95 from drslump/fix/94-circular-inheritance More... over 10 years ago
Fix circular inheritance check for sibling base types More... over 10 years ago
Completing (hopefully!) the syntactic transformations needed to lower LINQ syntax to Boo ASTs More... over 10 years ago
allow yield keyword as a member name More... almost 11 years ago
Realized that I don't need types if the compiler can infer them. That makes this much simpler. Moved query expression transformer to the macro expansion phase of the pipeline and removed all unnecessary type-related code. SELECT, WHERE, ORDERBY and CAST transformations are working correctly now. Still poking at transparent identifiers. More... almost 11 years ago
Continuing work on this. It's now possible to parse LINQ expressions without the LINQ pseudo-keywords stomping on the rest of the available identifier names, and to declare expressions in booish and debug them. Working on the transformations now. More... almost 11 years ago
Initial work on adding a LINQ syntax parser into the language. (WIP) More... almost 11 years ago
Fix generating file version in assembly. More... about 11 years ago
Merge pull request #85 from drslump/fix-end-keyword-interpolated-expressions More... over 11 years ago
actually include the parser test in the testcase More... over 11 years ago
include parser test More... over 11 years ago
Use a specific token filter to allow the use of the end keyword as a simple identifier More... over 11 years ago
Merge pull request #76 from drslump/feature/safe-acess More... over 11 years ago
Merge pull request #84 from drslump/ifdef-equality More... over 11 years ago
Support value comparison for defines More... over 11 years ago
Clone temp reference to avoid problems when transforming it down the pipeline (ie booish) More... over 11 years ago
Merge pull request #82 from drslump/annotate-alias-import More... over 11 years ago
Merge pull request #81 from drslump/override-object-mapping More... over 11 years ago
Annotate aliased selective imports More... over 11 years ago
Move entity mapping for void, object and duck to a virtual method More... over 11 years ago
Merge pull request #80 from drslump/yet-another-fix-for-msbuild More... over 11 years ago
Make it compatible with mono 3.2.5 More... over 11 years ago
merge remote changes More... over 11 years ago
Updated generated parser More... over 11 years ago