Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 306 Bytes

Compilers

Lexer and Parser implementation of a sample programming language.

This implementation involves a lexer to scan inputs and split them into tokens. The parser is a LL(1) parser with error-handling to read the program till the end.

Contributors:

P Shanmukh Kali Prasad, Suhas Reddy Nancherla