TREPL icon indicating copy to clipboard operation
TREPL copied to clipboard

TRE is an object oriented, functional programming language, that enables user to view all processes happening inside a memory during program execution.

Results 11 TREPL issues
Sort by recently updated
recently updated
newest added

Add en type-error-like labels to all elements that will include their names.

I need to add a delete keyword, so to enable users to get rid of objects storen on heap.

In the next iteration I will create a switch to enable user to change the syntax to that more C-like version.

It would affect only basic text elements. Proposed by @FNwsk on wykop.pl

When using a recursive fibonaci number calculation implementation to teach recursion, it might get a bit tricky to follow the execution in the program. It would be great, if there...

"The color contrast on the text in the memory section makes it unreadable and misleading." Proposed by @the_evergrowing_fool on reddit.

Enable users to input code in a more complex way, not only by using prefix notation.

Proposed by @WrongAndBeligerent on reddit.

C like pointer arithmetics. Consider if and how to implement this.

An indicator is needed that will highlight parts of memory that are being used. Something like a quick blink.