Skip to content

prajwalkpandey/LL-1-Parser

This branch is up to date with Prakhar-wq/LL-1-Parser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a23d3b · Feb 20, 2020

History

5 Commits
Feb 20, 2020
Feb 20, 2020
Feb 20, 2020
Feb 20, 2020
Feb 20, 2020
Feb 20, 2020

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%