diff --git a/Project-02-03-04/Source.gv.png b/Project-02-03-04/Source.gv.png deleted file mode 100644 index 1a33068..0000000 Binary files a/Project-02-03-04/Source.gv.png and /dev/null differ diff --git a/Project-02-03-04/prompt.txt b/Project-02-03-04/prompt.txt deleted file mode 100644 index bdbd0ff..0000000 --- a/Project-02-03-04/prompt.txt +++ /dev/null @@ -1 +0,0 @@ -The to_dot method does a lot of additional stuff, which needs to be done in the constructor. It should not be necessary to create or modify edges or remove nodes within. Instead, to dot should ALWAYS return exactly that graph, which is stored in CFG. For this reason, rewrite the constructor and use the parse ast. init the whole ast as seen in make_cfg in main. Than filter the full graph and make the rtequired modifications. to dot is only responsible for dot file formatting! Before you start, create for each tripla program in /triplacodes a dot file in /mistraltests/before. After your modifications again generate dot files in /mistraltests/after and compare for each, that the graphs are the same as before. IT IS IMPORTANT, that the created graphs are noch different afterwards. \ No newline at end of file