Luca

Results 2 issues of Luca

The parent class ast,Node defines the __eq__ and __hash__ methods in a way that with two ast.IntConst objects with the same value a collision occurs when using such objects as...

This pull requests addresses issue #44 by adding support for automatic functions. I updated lexer and parser to parse automatic functions. I updated the ast Function object with a boolean...