Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 624 Bytes

UE23CS242A: AFLL mini-project

The parser is designed to handle constructs such as if, while, var assignments, function & structure definitions for lisp.

The goal is to check the syntax of the provided code samples and ensure they follow the grammar rules in BNF form defined for this project.

Constructs

  1. If Statements
  2. While Loops
  3. Assignments
  4. Function Definitions
  5. Structure Definitions

Credits

PES2UG23CS368 Nathan Matthew Paul  
PES2UG23CS371 Navneet Nayak
Copyright (C) 2024

license: MIT