~ubuntu-branches/ubuntu/dapper/malaga/dapper

« back to all changes in this revision

Viewing changes to grammars/formal/formal6.pro

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-01-10 11:52:04 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110115204-hpgncw5pb0m1t8i6
Tags: 6.13-5
debian/control (malaga-doc Recommends): Suggest gv as a
postscript-viewer instead of ghostview.  (Closes: #289701).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# the project file for the grammar "formal6"
2
 
 
3
 
sym: formal.sym
4
 
all: formal.all
5
 
lex: formal.lex
6
 
mor: formal6.mor
7
 
 
8
 
morinfo: A formal grammar that recognizes
9
 
morinfo: words that consist of alternating blocks of "a"s and "b"s,
10
 
morinfo: each block at least as long as the previous.
11
 
 
12
 
# end of file =================================================================