correction to String
This commit is contained in:
@@ -83,7 +83,7 @@ public class Main {
|
|||||||
TurtleAST t = parser.turtle();
|
TurtleAST t = parser.turtle();
|
||||||
|
|
||||||
// Use the AST next
|
// Use the AST next
|
||||||
System.out.println(t);
|
System.out.println(t.toString());
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user