Skip to content

Kyle-Falconer/Noncontracting-Grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noncontracting-Grammar

a Noncontracting Grammar written in Python 2.7

g1 ... g5 are test files

h4.py reads a noncontracting grammar G from standard input, followed by a line containing * and then zero or more strings, one per line. For each string x, the program must output the line yes if x is derivable from G and no otherwise. Noncontracting grammars define the context-sensitive languages (or CSLs). Historically, the CSLs were defined by context-sensitive grammars, but noncontracting grammars are more common in modern usage.

Usage: at shell prompt $ echo -n "S -> abc\n\tS -> aSBc\n\tBc -> cB\n\tcB -> Bc\n\tbB -> bb\n\t*\n\taabbcc\n\tababbcc" > test.txt $ python h4.py < test.txt

About

A Noncontracting Grammar written in Python 2.7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages