代码搜索结果
找到约 10,000 项符合
L 的代码
mylexer.l
%{
/****************************************************************************
mylexer.l
ParserWizard generated Lex file.
Date: 2007年12月13日
***************************************************
redbase.l
%{
#include
#include "y.tab.h"
extern void yyerror (const char *s);
extern FlexLexer *lexer;
%}
D [0-9]
L [a-zA-Z_]
ID {L}({D}|{L}){0,39}
%%
\"([^\"\n]){1,255}\" { return STRINGVA
l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
scan.l
D [0-9]
L [a-zA-Z_$]
H [a-fA-F0-9]
E [Ee][+-]?{D}+
FS (f|F|l|L)
IS (u|