代码搜索:Grammar
找到约 2,273 项符合「Grammar」的源代码
代码结果 2,273
www.eeworm.com/read/133117/5907234
grammar grammar.grammar
/*
* grammar.grammar
*
* This work is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; e
www.eeworm.com/read/307145/13727678
grammar
-internal
InFile S 255
OutFile S 255
LogFile S 255
HelpFile S 255
www.eeworm.com/read/101082/6248112
grammar
Informal guide to the screend configuration file
Lexical:
(1) Comments can either be "C-style" /* comments */
or "csh-style" # comments
(2) Case is significant in reserved words (all are lower-
www.eeworm.com/read/153764/12008481
grammar
-- This file is input for the preprocessor 'mungegrammar', which uses it
-- to generate scangen.in, fmq.in, tokens.h, and actions.cc.
-- Keep in mind that mungegrammar is a pre-processor, not a compi
www.eeworm.com/read/177477/5325330
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /
www.eeworm.com/read/171934/5390819
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /
www.eeworm.com/read/337445/3340359
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /
www.eeworm.com/read/431664/1904911
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /
www.eeworm.com/read/394547/2456810
grammar
program → declaration-list
declaration-list → declaration declaration-list-1
declaration-list-1 → declaration declaration-list-1 | EMPTY
declaration → type-specifier ID declaration-1
d