some languages like go and javascript have automatic semicolon insertion and I was wondering if there was a gcc/clang setting that allowed you to skip the semicolons even if in only some cases?
Name:
Anonymous2012-10-06 9:05
Why would you want to write explicitly standards-breaking, non-portable code?