Blob Blame History Raw
# the project file for the grammar "repeat_word"

sym: formal.sym
all: formal.all
lex: formal.lex
mor: repeat_word.mor

info: A formal grammar that recognizes words of the form ww, 
info: where w is a non-empty sequence of lexicon items.

# end of file =================================================================