Taddeus Kroes
|
e17779f211
Reimplemented line printer using precedences in accordance with the parser.
|
13 年之前 |
Taddeus Kroes
|
ab2d0af740
Added 'negated' keyword argument to node constructor.
|
14 年之前 |
Sander Mathijs van Veen
|
fbfd0f2a3a
Changed __str__ with __repr__ and vice versa.
|
14 年之前 |
Taddeus Kroes
|
e4a17ba8d2
Added negation to Leaf representation.
|
14 年之前 |
Taddeus Kroes
|
122476b1eb
Added negation to node stringification.
|
14 年之前 |
Taddeus Kroes
|
84ad376b81
Converted negation to counter instead of unary node.
|
14 年之前 |
Sander Mathijs van Veen
|
2b6168ce32
Added is_leaf attribute to Leaf and Node class.
|
14 年之前 |
Sander Mathijs van Veen
|
4028603310
Added support for multi inheritance constructor calls.
|
14 年之前 |
Sander Mathijs van Veen
|
c4fd4af7ee
Removed parent attribute to avoid cyclic references between nodes.
|
14 年之前 |
Sander Mathijs van Veen
|
a509de439b
Leaf now extends Node, added Node representation fcuntionality.
|
14 年之前 |
Sander Mathijs van Veen
|
bea696abff
Moved magic methods from ExpressionNode to Node.
|
14 年之前 |
Sander Mathijs van Veen
|
c123d2c411
Added 'function' writing to graph-to-line writer.
|
14 年之前 |
Sander Mathijs van Veen
|
26a6254048
Initial commit of text-based tree drawing.
|
14 年之前 |