Skip to content

GenComp is a compiler generator illustrating many of the concepts of regular expressions, NFAs, DFAs, Grammars, LALR(1) parser construction, and push-down automata.

License

Notifications You must be signed in to change notification settings

kentdlee/GenComp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenComp

GenComp is a compiler front-end generator illustrating many of the concepts of regular expressions, NFAs, DFAs, Grammars, LALR(1) parser construction, and push-down automata.

You can find a website with suggested readings and exercises that go along with this repository at

http://kentdlee.github.io/ComputationalModels/

This could be useful in a course on Computational Models or Descrete Structures.

About

GenComp is a compiler generator illustrating many of the concepts of regular expressions, NFAs, DFAs, Grammars, LALR(1) parser construction, and push-down automata.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published