UnBCIC-TP2 / Oberon-Scala

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

Review the CoreChecker implementation #142

Open rbonifacio opened 1 year ago

rbonifacio commented 1 year ago

Currently, the CoreChecker implementation is based on the visitor pattern. We should migrate this Object Oriented implementation into a functional-based implementation.