Reimplemented line printer using precedences in accordance with the parser.
- All special cases for negation have been removed, except when they are also present in the parser. - Some callbacks have been added to be able to customize output for certain operators in an extension of the Node class. This prevents chaotic sceneries in the graph_drawing library. - Some useful unit tests have been added to test the precedence- and callback-meschanisms.
Showing
Please register or sign in to comment