Hi, I am currently enjoying Piscine and am very helpful with this formatter! I changed the regex a bit because the current implementation parses goto label; as "declares a variable label of type goto".
I know that goto statements cannot be used because of norm, but the current implementation also seems a little strange, so please merge this PR if you like this change! Thank you!
Hi, I am currently enjoying Piscine and am very helpful with this formatter! I changed the regex a bit because the current implementation parses
goto label;
as"declares a variable label of type goto"
. I know that goto statements cannot be used because of norm, but the current implementation also seems a little strange, so please merge this PR if you like this change! Thank you!