rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Implement + splices ("SplicePlus")

Open PaulKlint opened this issue 7 months ago • 2 comments

Splices of the form +x or +int x are not implemented in either the interpreter or the compiler. Issue #1930 already hints at this.

This is a reminder to implement SplicePlus in type checker and compiler.

PaulKlint avatar Jun 28 '24 15:06 PaulKlint