# the project file for the grammar "growing_blocks"
sym: formal.sym
all: formal.all
lex: formal.lex
mor: growing_blocks.mor
info: A formal grammar that recognizes words that consist of alternating blocks
info: of "a"s and "b"s, each block at least as long as the previous.
# end of file =================================================================