Taddeus Kroes
|
ea4270ebd4
Reduced negation precedence to MINUS.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
70714ec033
Added logical operators.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
d3feae463b
Added subscript operator with precedence equal to power.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
755c9b509b
Corrected typo from previous commit.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
262f3558aa
Added multiplication sign exception for left square bracket.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
775db0cb2c
Added possibility to overrite 'construct_function'.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
c0a73ab43d
Further improved multiplication sign omission.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
01cf1342c3
Improved multiplication sign omission.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
bb3c5d23dc
Fixed fraction division line generator.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
7f65d03db3
Revert "Fixed multiplication sign omission when left node ends with a digit."
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
821c5062fd
Fixed multiplication sign omission when left node ends with a digit.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
43e674b5cd
Merge branch 'master' of kompiler.org:python/graph_drawing
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
f97095557f
Fixed powers parent parentheses.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
d7b3096197
Forced usage of Leaf stringification in line generator.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
21f0710c80
Improved power multiplication and negation printing.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
5a1d45ef90
Removed old (now unused) line generator.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
da0af4033a
Fixed parenthesis with new negation method in line generator.
|
%!s(int64=14) %!d(string=hai) anos |
Sander Mathijs van Veen
|
fbfd0f2a3a
Changed __str__ with __repr__ and vice versa.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
4f3552b459
Added check that prevents that multiplication sign is not printed before a negated scope node.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
84ad376b81
Converted negation to counter instead of unary node.
|
%!s(int64=14) %!d(string=hai) anos |
Sander Mathijs van Veen
|
11940973bd
Made generate_line use the iterative, depth-first tree walker.
|
%!s(int64=14) %!d(string=hai) anos |
Sander Mathijs van Veen
|
e567923a8c
Eliminated repetitive replacement calls.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
15abdd61c3
Parentheses are now only added to sub-expressions when nescesary.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
84d65757bd
Negated sub-expressions now have to contain spaces to be enclosed in parentheses.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
cccf4d634f
Negated n-ary operators are now enclosed in parentheses by line generator.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
d1e486ac08
Line generaor now supports omission of negated multiplication sign.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
8692113740
generate_line now rewrites 'a + -b' to 'a - b'.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
cf2d2ce464
Updated doctests.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
fa7bed9265
Corrected typo.
|
%!s(int64=14) %!d(string=hai) anos |
Taddeus Kroes
|
bf0b2e54dd
Improved test cases for multiplication sign omission in line generator.
|
%!s(int64=14) %!d(string=hai) anos |