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

sym: formal.sym
all: formal.all
lex: formal.lex
mor: same_count_mixed.mor

info: A formal grammar that recognizes all non-empty words 
info: consisting of as many "a"s as "b"s

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