greglo/StackGame

ProgramTextUI should keep track of the state of the typed program

Closed this issue · 1 comments

When an error is found when lexing a program, the program needs to be marked in some way as invalid. At the moment, you can still attempt to run it.

Should be fixed now with the dirtyText stuff.