Changeset 25 in text-formbuilder for trunk/lib/Text/FormBuilder/grammar
- Timestamp:
- 11/16/04 15:34:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Text/FormBuilder/grammar
r24 r25 29 29 author => $author, 30 30 description => $description, 31 lists => \%lists ,32 patterns => \%patterns ,33 headings => \@headings ,34 fields => \@fields ,35 lines => \@lines ,36 groups => \%groups ,31 lists => \%lists || {}, 32 patterns => \%patterns || {}, 33 headings => \@headings || [], 34 fields => \@fields || [], 35 lines => \@lines || [], 36 groups => \%groups || {}, 37 37 } 38 38 } … … 169 169 list_var: /@[A-Z_]+/ { $list_var = $item[1] } 170 170 171 option: ( value | simple_multiword| quoted_string) display_text(?)171 option: (simple_multiword | value | quoted_string) display_text(?) 172 172 { push @options, { $item[1] => $item{'display_text(?)'}[0] } } 173 173
Note: See TracChangeset
for help on using the changeset viewer.