ryanjcooper / cse423-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meeting Notes 1/28/20

ryanjcooper opened this issue · comments

Meeting Notes

Attendees

Notes

Reviewing and assigning issues

Closed #18 #24 #26
Created #33 #34 #35 #36

Talked about grammar config format

Objectives

  • Grammar done and loaded into a useable format in code
  • Unit tests are done for scanner and grammar
  • Good understanding of how LR(1) works, preferably with an implementation in Java
  • Started to build AST code