diff options
| author | bringert <unknown> | 2004-09-29 16:24:40 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2004-09-29 16:24:40 +0000 |
| commit | 0dbd3d199c504ae9073c341325b0b119d8877c68 (patch) | |
| tree | 59b8610ee4c8124a74c1076db68bd91c9fea92cf /src/GF | |
| parent | 7492cfd236352bab4beb8fcc2763cec5825c9bea (diff) | |
Removed dead code from CFGM grammar
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/CFGM/CFG.cf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/GF/CFGM/CFG.cf b/src/GF/CFGM/CFG.cf index c6b5c751b..f6efce7e5 100644 --- a/src/GF/CFGM/CFG.cf +++ b/src/GF/CFGM/CFG.cf @@ -29,26 +29,3 @@ Name. Name ::= SingleQuoteString ; Category. Category ::= SingleQuoteString ; token SingleQuoteString '\'' ((char - ["'\\"]) | ('\\' ["'\\"]))* '\'' ; - -{- -Name. Name ::= [IdentParam] Category; -terminator IdentParam "/"; - -Category. Category ::= IdentParam "." Ident [Proj] ; - -IdentParam. IdentParam ::= Ident "{" [Field] "}" ; - -Field. Field ::= "." KeyValue ; -terminator Field ";" ; - -Proj. Proj ::= "!" Param ; -separator Proj "" ; - -KeyValue. KeyValue ::= Ident "=" Param ; -separator KeyValue ";" ; - -ParamSimple. Param ::= Ident ; -ParamPatt. Param ::= Ident "(" [Param] ")" ; -ParamRec. Param ::= "{" [KeyValue] "}" ; -separator Param "," ; --}
\ No newline at end of file |
