Skip to content

prajwalkpandey/LL-1-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LL-1-Parser

STEPS TO USE THE PARSER:

● Insert the desired Grammar rules in file input.txt.

● Insert an input string of the form (a+b*9) into Lexinp.txt.

● First run the program lexer.l (Lexical Analyser) to convert the input string into tokenised form.

● Finally run the program LL1.cpp to see if your input string is correct according to the Grammar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.1%
  • Lex 4.9%