Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graph_drawing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
graph_drawing
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
dd15ea769014473840174ed8688892bbded82dc2
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
17
Nov
13
Sep
15
Jun
13
2
May
19
Apr
9
28
Mar
26
21
14
28
Feb
27
25
24
23
20
19
16
15
27
Jan
26
25
24
23
8
7
5
13
Dec
11
9
8
1
25
Nov
24
Applied pep8
master
master
Multiplication sign is not omitted anymore for multiplication of equal identifiers
Added logical operators to line generator precedences
Code 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_drawing
Fixed powers parent parentheses.
Merge branch 'master' of kompiler.org:python/graph_drawing
Forced 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