/[svn]/linuxsampler/trunk/scripts/update_grammar.pl
ViewVC logotype

Diff of /linuxsampler/trunk/scripts/update_grammar.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 826 by schoenebeck, Tue May 24 03:18:30 2005 UTC revision 827 by schoenebeck, Sun Jan 8 21:10:17 2006 UTC
# Line 64  foreach $line (@yacc_in) { Line 64  foreach $line (@yacc_in) {
64      s!^\s+\|\s*(\p{IsASCII}*)!\t\t</t>\n\t\t<t>/ $1!;      s!^\s+\|\s*(\p{IsASCII}*)!\t\t</t>\n\t\t<t>/ $1!;
65      s!^\s*;(\p{IsASCII}*)!\t\t</t>\n\t</list>\n</t>!;      s!^\s*;(\p{IsASCII}*)!\t\t</t>\n\t</list>\n</t>!;
66      #s/:/<list>/g;      #s/:/<list>/g;
67        # remove space(s) at the end of each line
68        s/\s+$/\n/g;
69      $yacc_in[$i] = $_;      $yacc_in[$i] = $_;
70      $i++;      $i++;
71  }  }

Legend:
Removed from v.826  
changed lines
  Added in v.827

  ViewVC Help
Powered by ViewVC