Changeset 10190
- Timestamp:
- Nov 24, 2006, 4:29:36 PM (19 years ago)
- Location:
- trunk/PS-IPP-Metadata-Config
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
config_grammar.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Metadata-Config/Changes
r10189 r10190 9 9 - merge empty metdata case into main metadata production 10 10 - error check vector 11 - change type & vtype into regex alternations instead of rule alternations 11 12 12 13 0.09 Thu Oct 26 16:16:28 HST 2006 -
trunk/PS-IPP-Metadata-Config/config_grammar.txt
r10189 r10190 1 1 # Copyright (c) 2005 Joshua Hoblitt 2 2 # 3 # $Id: config_grammar.txt,v 1.1 1 2006-11-25 01:53:26jhoblitt Exp $3 # $Id: config_grammar.txt,v 1.12 2006-11-25 02:29:05 jhoblitt Exp $ 4 4 5 5 { … … 24 24 statement: 25 25 scalar 26 | vector27 26 | comment_line 27 | metadata 28 28 | typedef 29 | metadata30 29 | typedef_declare 31 30 | multi_declare 31 | vector 32 32 | <error:unmatched statement: $text> 33 33 … … 223 223 # optimization. 224 224 type: 225 'STR'226 | 'STRING'227 | vtype228 | 'UTC'229 | 'UT1'230 | 'TAI'231 | 'TT'225 vtype 226 | /(STR 227 | STRING 228 | UTC 229 | UT1 230 | TAI 231 | TT)/x 232 232 233 233 vtype: 234 'S8'235 | 'S16'236 | 'S32'237 | 'S64'238 | 'U8'239 | 'U16'240 | 'U32'241 | 'U64'242 | 'F32'243 | 'F64'244 | 'C32'245 | 'C64'246 | 'BOOL'234 /(S8 235 | S16 236 | S32 237 | S64 238 | U8 239 | U16 240 | U32 241 | U64 242 | F32 243 | F64 244 | C32 245 | C64 246 | BOOL)/x 247 247 248 248 S8: int
Note:
See TracChangeset
for help on using the changeset viewer.
