UnBCIC-TP2/Oberon-Scala

Support for *for* stmt

Closed this issue · 0 comments

The Oberon language must support the for statement. This requires changes in the following modules:

  • Grammar, Parser, and AST (see #2)
  • Type Checker (see #3)
  • Interpreter (see #4)
  • Control Flow Graph
  • Code Generator