flowr-analysis / vscode-flowr

flowR Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=code-inspect.vscode-flowr
GNU General Public License v3.0
3 stars 1 forks source link

Error presentation #98

Open EagleoutIce opened 3 months ago

EagleoutIce commented 3 months ago

When I enter code like this:

if(z > 3) 
   x;
else
   y;

print(k)

and request the dataflow graph, i get an error plastered into my face which just says that the code had a parsing error. Maybe we want a better error presentation and better text to show to the user?

EagleoutIce commented 3 months ago

And just to clarify: the parsing error is, of course, correct.