Code

Rating   Name Size Complexity Changes Bugs Features
A App\Lexer 172 33 3 0 0
A App\Parser 180 20 3 0 0
A App\Functions\Sqrt 20 2 1 0 0
A App\Node\UnaryOperator 39 4 2 1 0
A App\Interpreter 51 3 1 0 0
A App\Node\FunctionCall 49 4 1 0 0
A App\Token 34 1 1 0 0
A App\Functions\Tan 20 2 1 0 0
A App\Node\Real 22 2 1 0 0
A App\Functions\Cos 20 2 1 0 0
A App\Functions\Sin 20 2 1 0 0
A App\Visitor 15 3 1 0 0
A App\Node\BinaryOperator 56 8 1 0 0
A App\Node\Integer 22 2 1 0 0