IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2004, 2:55:04 PM (22 years ago)
Author:
jhoblitt
Message:

change Configuration File Grammar to allow periods in names and strings that begin with non-word characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r1925 r1993  
    1 %%% $Id: psLibSDRS.tex,v 1.125 2004-09-29 02:32:24 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.126 2004-10-07 00:55:04 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    43094309comment: '#' end_of_line
    43104310
    4311 scalar: name type value comment | name type value 
    4312 
    4313 vector: vname vtype vvalue comment | vname vtype vvalue 
     4311scalar: name type value comment | name type value
     4312
     4313vector: vname vtype vvalue comment | vname vtype vvalue
    43144314
    43154315multi_declare: name '*' end_of_line
    43164316
    4317 name: /[a-z]\w*/i
    4318 
    4319 vname: /\@[a-z]\w*/i
    4320 
    4321 type: 
     4317name: /[a-z][.\w]*/i
     4318
     4319vname: /\@[a-z][.\w]*/i
     4320
     4321type:
    43224322    vtype | 'STR' | 'STRING'
    43234323
    4324 vtype: 
     4324vtype:
    43254325    'S8'  |
    43264326    'S16' |
     
    43524352
    43534353string:
    4354     /\w[^#\n]*/
     4354    /\S[^#\n]*/
    43554355
    43564356end_of_line: /[^\n]*/
     
    43724372    '0' octal_digit(s) |
    43734373    '0'
    4374    
     4374
    43754375hexadecimal_constant:
    43764376    hex_prefix hex_digit_sequence
     
    44434443
    44444444hex_digit_sequence:
    4445     hex_digit(s) 
     4445    hex_digit(s)
    44464446
    44474447binary_exponent:
Note: See TracChangeset for help on using the changeset viewer.