Changeset 1757 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Sep 9, 2004, 9:45:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1756 r1757 1 %%% $Id: psLibSDRS.tex,v 1.11 5 2004-09-09 03:46:26price Exp $1 %%% $Id: psLibSDRS.tex,v 1.116 2004-09-09 19:45:58 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4098 4098 'BOOL' 4099 4099 4100 value: float | int | bool| string4101 4102 vvalue: vector_ type vector_sep vvalue | vector_type vector_sep(?)4100 value: vector_value | string 4101 4102 vvalue: vector_value vector_sep vvalue | vector_value vector_sep(?) 4103 4103 4104 4104 vector_sep: ',' 4105 4105 4106 vector_ type: float | int | bool4106 vector_value: float | int | bool 4107 4107 4108 4108 int: integer_constant … … 4131 4131 4132 4132 octal_constant: 4133 '0' octal_digit |4133 '0' octal_digit(s) | 4134 4134 '0' 4135 4135 4136 4136 hexadecimal_constant: 4137 /0x/i hex_digit(s)4137 hex_prefix hex_digit_sequence 4138 4138 4139 4139 digit: … … 4175 4175 4176 4176 digit_sequence: 4177 digit(s) | 4178 digit 4177 digit(s) 4179 4178 4180 4179 dotted_digits:
Note:
See TracChangeset
for help on using the changeset viewer.
