GO语言不能识别多行注释的嵌套,就需要对C语言源代码进行注释的过滤
正则表达式去除类似 /*注释*/ /* this is 注释 */
正则表达式去除类似
/*注释*/
/* this is 注释 */
/\*{1,2}[\s\S]*?\*/