Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 641 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 641 Bytes

parser-project

Task

Java: for..each loop

//Anything

Type sequence = new Type();

//Anything
for(type var : sequence){
   // Anything
}
//Anything

Running the Project

Running Instructions

chmod +x run.sh
./run.sh tests/basic.java

To Do

Coding

  • Lex file (.l), with well documented code
  • Yacc file (.y), with well documented code

Report

  • Syntax
  • Assumptions
  • Test Cases

Due Date: 02 July, 2021.

References