dawnbeen / c_formatter_42

C language formatter for 42 norminette
GNU General Public License v3.0
176 stars 17 forks source link

Ignore `goto` at REGEX_TYPE #55

Closed kiokuless closed 1 year ago

kiokuless commented 1 year ago

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!

cacharle commented 1 year ago

Please add a unit test for this and show me an example of what you're fixing