代码搜索结果

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

scan.l

%{ #include #include "RT.h" #include "gram.tab.h" %} ws [ \t]+ comment #[^\n]* id [a-zA-Z][a-zA-Z0-9]* nl [\r\n] int "-"?[0-9]+ dubl "-"?[0-9]+"."[0-9]+ %%

scan.l

%{ #include #include "BT.h" #include "gram.tab.h" %} ws [ \t]+ comment #[^\n]* qstring \"[^\"\n]*[\"\n] id [a-zA-Z][a-zA-Z0-9]* nl [\r\n] int "-"?[0-9]+ %% {ws} ; {

test.l

LOC. OBJECT LINE SOURCE * 0000 E4 1 CLR A 0001 F8 2 MOV R0,A 0002 3 L: 0002 08 4 INC R0

tiny.l

/****************************************************/ /* File: tiny.l */ /* Lex specification for TINY */ /* Compiler Construction: Princi

scanner.l

%{ #include "stdafx.h" #include "resource.h" #include #include "SearchExpr.h" #include "scanner.h" #include "parser.hpp" #include "OtherFunctions.h" #include "ED2KLink.h" #include "Str