Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
1 result
Created with Raphaël 2.2.017Nov13Sep15Jun132May19Apr928Mar26211428Feb272524232019161527Jan2625242387513Dec1198125Nov24Applied pep8mastermasterMultiplication sign is not omitted anymore for multiplication of equal identifiersAdded logical operators to line generator precedencesCode cleanup.Added FIXME for long node titles.Multiplication divided by negated multiplication now also works correctly.Latest commit seemed to screw up multiplications o mlutiplications, not anymore...Division by negated multiplication is now printed correctly by line printer.Reimplemented line printer using precedences in accordance with the parser.Added shebang to test.py.Added 'negated' keyword argument to node constructor.Division now has a higher precedece than multiplication (like implemented by MathJax).Modified parentheses when handling with negation due to precedence change.Reduced negation precedence to MINUS.Added logical operators.Added subscript operator with precedence equal to power.Corrected typo from previous commit.Added multiplication sign exception for left square bracket.Added possibility to overrite 'construct_function'.Further improved multiplication sign omission.Improved multiplication sign omission.Fixed fraction division line generator.Revert "Fixed multiplication sign omission when left node ends with a digit."Fixed multiplication sign omission when left node ends with a digit.Merge branch 'master' of kompiler.org:python/graph_drawingFixed powers parent parentheses.Merge branch 'master' of kompiler.org:python/graph_drawingForced usage of Leaf stringification in line generator.Added ToDo-list.Improved power multiplication and negation printing.Added a unit test.Added test for unary operator parentheses.Removed old (now unused) line generator.Fixed parenthesis with new negation method in line generator.Changed __str__ with __repr__ and vice versa.Added all doctests as unit tests.Added check that prevents that multiplication sign is not printed before a negated scope node.Added negation to Leaf representation.Added negation to node stringification.Cleared up some function names in unit tests.
Loading