ryanjcooper / cse423-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Develop grammar following the features listed in the design documentation

ryanjcooper opened this issue · comments

Issue Description

Develop grammar following the features listed in the design documentation

Feature branch:

Definition of Success

  • Grammar is developed
  • Format of the grammar is established

For style I like the idea of:

NT
\tNT
\tNT OP T
NT
\tT

Grammar has been completed to the best of its ability for the Monday deadline