UnBCIC-TP2 / Oberon-Scala

An implementation of the Oberon language using Scala
55 stars 118 forks source link

Refactor JIMPLE pretty printer implementation and create tests #157

Closed gabfelix closed 3 months ago

gabfelix commented 10 months ago

The commits in this PR do the following:

The tests failed for simple08.oberon, simple10.oberon, simple11.oberon for reasons which haven't been investigated yet, but are most likely due to possible gaps in the JimpleCodeGenerator implementation. Their results are currently set to be ignored by the test suite.