Skip to content

Python program that iterates over a text file containing production rules for a simple programming language grammar, and produces all possible terminals.

License

Notifications You must be signed in to change notification settings

skylergarrison/grammar-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick commands for testing code (-l = legal length of terminals):

-l3 Ambig.txt
-l3 Binary.txt
-l3 ident.grm
-l3 multiCharAssign.txt

About

Python program that iterates over a text file containing production rules for a simple programming language grammar, and produces all possible terminals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages