代码搜索结果

找到约 10,000 项符合 L 的代码

scan.l

D [0-9] L [a-zA-Z_] H [a-fA-F0-9] E [Ee][+-]?{D}+ FS (f|F|l|L) IS (u|U|l|L)* %{ #include #include "y.tab.h" void count(); %} %% "/*" { comment(); } "auto" { count(); retu

scan.l

%{ #include #include "RT.h" #include "gram.tab.h" %} ws [ \t]+ comment #[^\n]* id [a-zA-Z][a-zA-Z0-9]* nl [\r\n] int "-"?[0-9]+ dubl "-"?[0-9]+"."[0-9]+ %%

scan.l

%{ #include #include "RT.h" #include "gram.tab.h" %} ws [ \t]+ comment #[^\n]* id [a-zA-Z][a-zA-Z0-9]* nl [\r\n] int "-"?[0-9]+ dubl "-"?[0-9]+"."[0-9]+ %%

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} ; {

cftoken.l

%{ /* * Copyright (C) 2000 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c

cftoken.l

/* $KAME: cftoken.l,v 1.14 2002/06/14 15:32:55 jinmei Exp $ */ %{ /* * Copyright (C) 2002 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or witho