LL(1) Parser
To design LL(1) Parser for a Given Grammar
Objectives
- To check the validity of a source string and to determine its syntactic structure.
- To find a leftmost derivation for an input string.
- To construct a parse Tree for the input string starting from the root and creating the nodes of the parse tree in preorder.