Add a REPL language shell. #2

Open
opened 2024-08-17 16:38:21 +01:00 by threeoh6000 · 0 comments
Owner

When executed without an input, present the user with a REPL for them to test writing operations.

Considerations:

  • Labels and the stack, will the user write in one long line of statements if they want to perform loops? Could the REPL program have past operations stored in the background and new ones appended on?
  • Kept state, each operation realistically should share state with the old one.
When executed without an input, present the user with a REPL for them to test writing operations. Considerations: * Labels and the stack, will the user write in one long line of statements if they want to perform loops? Could the REPL program have past operations stored in the background and new ones appended on? * Kept state, each operation realistically should share state with the old one.
threeoh6000 added this to the 1.1 milestone 2024-08-17 16:38:21 +01:00
threeoh6000 added the
enhancement
label 2024-08-17 16:38:28 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: threeoh6000/granite#2
No description provided.