~ubuntu-branches/ubuntu/hoary/malaga/hoary

« back to all changes in this revision

Viewing changes to grammars/formal/formal8.pro

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2004-08-20 12:58:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040820125850-rx9s8bn0ep8jgist
Tags: 6.13-4
This should have been urgency=high, because it is an important and
long-delayed accomodation to new upstream with a bajillion bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# the project file for the grammar "formal8"
2
 
 
3
 
sym: formal.sym
4
 
all: formal.all
5
 
lex: formal.lex
6
 
mor: formal8.mor
7
 
 
8
 
morinfo: A formal grammar that recognizes
9
 
morinfo: words of the form ww, where w in [abcde]+.
10
 
 
11
 
# end of file =================================================================