代码搜索结果
找到约 10,000 项符合
L 的代码
l.txt
this ia s input disk file.
fblex.l
%{
/*
* FBCC - A simple C compiler.
*
* Copyright (c) 1996 Fabrice Bellard
*
* Contact addresses:
* mail: Fabrice Bellard, 451 chemin du mas de Matour, 34790 Grabels, France
* email: bell
scan.l
/****************************************************************************
scan.l
ParserWizard generated Lex file.
****************************************************************************/
scan.l
/* scan.l - scanner for flex input */
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to
testxxlexer.l
// An example of using the flex C++ scanner class.
%option C++ noyywrap
%{
int mylineno = 0;
%}
string \"[^\n"]+\"
ws [ \t]+
alpha [A-Za-z]
dig [0-9]
name ({alpha}|{dig}|\$)({alpha
fixit.l
%{
/* fixit.l - convert long external names to names of 8-bytes or less */
/*
* This program is included to satisfy "dumb" compilers/linkers which
* do not know about externals of names longer
unfixit.l
%{
/* unfixit.l - convert shortened external names to names back to their
* original names. (See fixit.l)
*/
/*
* This program is included to satisfy "dumb" compilers/linkers
l.txt
this ia s input disk file.