Skip to content

janmax/LL-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LL_Parser

This tiny little script is not intended to serve any propose but to write some code on a rainy weekend and learn a bit more about parsing stuff/grammar. Give it an BNF as input string and it will output you a LL(1) parser for your grammar.

TODO

  • Make first sets a dictionary
  • make table deterministic
  • maybe some argparsing stuff would be nice

Dependencies

  • texttable for parse table output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages