代码搜索结果
找到约 10,000 项符合
L 的代码
finclex.l
%{
#include
#include
#include
#include
#include
#include
char string_buf[10000];
char *string_buf_ptr;
%}
DIGIT [0-9]
ID
c.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 "c_tab.h"
void count();
%}
%%
"/*" { comment(); }
"//"[^\
tiny.l
/****************************************************/
/* File: tiny.l */
/* Lex specification for TINY */
/* Compiler Construction: Princi
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);