Closed DavePearce closed 3 years ago
This stems from the following in ConcreteSemantics.Reference.toValue()
:
// FIXME: need to implement this
return new Value.Null();
The problem is that Value
is defined in AbstractCompilationUnit
but there is no instance for representing references (unfortunately).
The following:
Generates the following output: