代码搜索结果

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

c--.l

%{ #include #include #include int nline =1; struct id_entry{ char * id; struct id_entry *next; /* next entry on hash chain */ }; struct id_entry *id_ha

lexer.l

/* -*- c-basic-offset:4; tab-width:4; indent-tabs-mode:t -*- */ %x incl %option noyywrap %{ #define YY_NO_UNPUT #include "token.h" #define YY_DECL CToken* yylex() #define DEFAULT_ACTION if(CTok

l.txt

this ia s input disk file.

conf.l

%{ #include #include #include #include "conf.tab.h" %} %% [ \t]+ /* Ignore */; \n { return TOKNEWLINE; } #.*\n { return TOKNEWLINE; } ([0-9]{1,

l.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = l(x) % % out = log(x);