Coders Packet

Packets submitted by Jahanvi Solanki

First And Follow Using C++

First And Follow in C++ is used so that the parser can apply the production rule easily at the correct position.

Lexical Analyzer Using C++

Implementing Lexical Analyzer in C++ which is used to convert the input from a simple sequence of characters into a list of tokens.

Shift Reduce Parser Using C++

Shift Reduce Parsing is a way to reduce a string to the start symbol of a grammar. It. It is mainly used for the error-checking process. The code is done in C++