代码搜索结果

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

tiny.l

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

acllex.l

%{ #include #if HAVE_STRINGS_H #include #endif #if HAVE_STRING_H #include #endif #include "acl2.h" #include "aclyacc.h" %} byte ([0-9]+) %% \n { return NL