Changeset 9ace5d2 for app/src/dgp/dgc


Ignore:
Timestamp:
12/11/08 22:20:14 (16 years ago)
Author:
obrebski <obrebski@…>
Branches:
master, help
Children:
2d89d4b
Parents:
91ed676
git-author:
obrebski <obrebski@…> (12/11/08 22:20:14)
git-committer:
obrebski <obrebski@…> (12/11/08 22:20:14)
Message:

trochę zmian

M app/doc/utt.texinfo
M app/src/dgp/sgraph.hh
M app/src/dgp/const.hh
M app/src/dgp/grammar.hh
M app/src/dgp/thesymbols.hh
M app/src/dgp/dgc
M app/src/dgp/sgraph.cc
M app/src/dgp/grammar.cc

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@63 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/dgc

    r3748bd1 r9ace5d2  
    9898my $nreq=0; 
    9999my $nlink=0; 
     100my $nflag=0; 
    100101 
    101102my %cats; 
     
    113114        open(OUTPUT, ">$outputfile") or die("Can't open output file: $outputfile!"); 
    114115} 
    115  
    116116 
    117117 
     
    192192            } 
    193193        } 
     194    } 
     195    elsif(/^FLAG\s+\S+$/) 
     196    { 
     197        ++$nflag; 
     198        print OUTPUT "$_\n" 
    194199    } 
    195200    elsif(/^$/) { 
     
    249254printf STDERR "%6d RIGHT statements\n", $nright; 
    250255printf STDERR "%6d LINK  statements\n", $nlink; 
     256printf STDERR "%6d FLAG  statements\n", $nflag; 
    251257 
    252258 
Note: See TracChangeset for help on using the changeset viewer.