代码搜索结果
找到约 10,000 项符合
L 的代码
startup.l
00000000 00 1
00000000 00 2 #-----------------------------------------------------------------------------
00000000 00 3 #
00
vparselex.l
%option align interactive
%option stack
%option noc++
%option prefix="VParseLex"
%{
/******************************************************************************
* DESCRIPTION: Verilog Parser Lexer
vpreproclex.l
%option noyywrap align interactive
%option stack
%option noc++
%option prefix="VPreprocLex"
%{
/******************************************************************************
* DESCRIPTION: Verilog P
linput.l
%{
#include "input.tab.h"
extern int linenumber;
%}
%%
[\n] { linenumber++; }
#.*$ {}
[ \t]* {}
^ACTI { return ACTI ;}
^END { return END ;}
^EXEC { return EXEC ;}
^TASK
errortest.l
R1 := 1.23.45;
R2 := 1.23;
I1 := 0;
I2 := 1;
I3 := 2;
3I := 3;
IF R1 = 2.34 THEN B1 := TRUE;
test.l
PROGRAM TEST;
CONST CONSTNUM = 1, CONSTREAL = 1.23;
REAL: R1,R2;
INTEGER: I;
INTEGER: ARRAY STRING1[10], ARRAY STRING2[10,10];
BOOLEAN: B1,B2;
REAL: FUNCTION, REAL:R3
BEGIN
l.h
/////////////////////////////////////////////////////////////////////////
// Bitmap点阵数据表 //
// 图片: F:\..