0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The ExpressionVisitor now can handle binary and boolean expressions More... over 13 years ago
Implemented the visitor for the for statement in the DeclarationBuilder More... over 13 years ago
Polishing More... over 13 years ago
Implemented assignment unpacking. One of the tests is not passing yet. More... over 13 years ago
Fixed bug on building the uses of variables on the right side of an assignment More... over 13 years ago
"Stars" are now supported in the left side of assignments at the DeclarationBuilder level More... over 13 years ago
Fixed a couple of crashes More... over 13 years ago
Set to Integral::TypeNull the return type of a method if none was set More... over 13 years ago
Set to NilClass the return type of a method if none was set More... over 13 years ago
Replacing the VariableLengthContainer type to a more specific one named ClassType More... over 13 years ago
Implemented the visitArrayValue method for the ExpressionVisitor. Moreover, the casting to the VariableLengthContainer type is still not working :( More... over 13 years ago
Fixed bug on the ExpressionVisitor where getContainer always returned NULL More... over 13 years ago
Merge the types of the contents of a VariableLengthContainer in the addContentType method More... over 13 years ago
Properly setting the return type of an aliased method More... over 13 years ago
Cleaning the code a little bit before starting the GSoC. Start of coding period :-) More... over 13 years ago
When a method parameter gets visited, add this parameter to the method type and also set a default parameter if necessary. More... over 13 years ago
Implemented ruby's implicit return More... over 13 years ago
Mix the return type of a method when multiple return statements (with different types) occur. More... over 13 years ago
Added test for the previous commit More... over 13 years ago
Merging types of method arguments when multiple types have been encountered More... over 13 years ago
Polishing More... over 13 years ago
Only import the context to the method body if this body is not actually empty More... almost 14 years ago
Improved the visitParameter method on the DeclarationBuilder More... almost 14 years ago
The DeclarationBuilder now handles optional arguments, rest arguments and block arguments More... almost 14 years ago
Added test for the previous commit More... almost 14 years ago
The builders now support the lambda statement More... almost 14 years ago
Fixed method call visitor not visitting parameters More... almost 14 years ago
Implemented tests for the previous commit More... almost 14 years ago
Set the types of method arguments when visitting method calls More... almost 14 years ago
Implemented include/extend visitors in the DeclarationBuilder More... almost 14 years ago