loda-lang / loda-rust

Web editor for the LODA language. Also includes my experiments with Abstraction and Reasoning Corpus ARC.
https://loda-lang.org/
Apache License 2.0
24 stars 2 forks source link

Instruction "clr", Clear #36

Open neoneye opened 2 months ago

neoneye commented 2 months ago

It's non-trivial to add. I'm pondering how to do it.

Explanation

https://loda-lang.org/spec/#clr

LODA-CPP impl

https://github.com/loda-lang/loda-cpp/blob/main/src/lang/interpreter.cpp#L238