Skip to content
Snippets Groups Projects

Dominicsbranch

Merged Dominic Daniel Krämer requested to merge dominicsbranch into main
7 files
+ 135
22
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -3,7 +3,7 @@ package main;
/**
* <h1>ASTPrinter</h1>
* The ASTPrinter class creates a String out of an AST(represented through an Expression object)
* It prints it in a form the Evaluator & SwingFunctionPlotter class can work with it, it isn't primarily designed
* It prints it in a form the SwingFunctionPlotter class can work with it, it isn't primarily designed
* for returning a String that is perfect for human readability (e.g. Pow(x,3) would be printed instead of x^3)
*
* @version 1.0
Loading