Biswa5812 / cd-project

cd proj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd-project

cd proj for lab

LOGIC:

Read the input string.

Push the input symbol with its state symbols in to the stack by referring lookaheads

We perform shift and reduce actions to parse the grammar.

Parsing is completed when we reach $ symbol.

About

cd proj


Languages

Language:C 86.2%Language:C++ 13.8%