UnBCIC-TP2 / Oberon-Scala

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

Fix all compiler warnings #128

Closed duduFreire closed 1 year ago

duduFreire commented 1 year ago

Fixed every warning given during compilation. The warnings fixed were due to:

Also, the object NullValue was modified so that it inherits from Value instead of Expression. This change should allow the interpreter environment to be an Environment[Value] instead of an Environment[Expression]. Every test still succeeded.