代码搜索:comment
找到约 10,000 项符合「comment」的源代码
代码结果 10,000
www.eeworm.com/read/328267/13037077
l scan.l
%{
#include
#include "BT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
qstring \"[^\"\n]*[\"\n]
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
%%
{ws} ;
{