fix termination
This commit is contained in:
@@ -296,7 +296,7 @@ class B93Interpreter : Interpreter {
|
||||
'@' -> terminate()
|
||||
in '0'..'9' -> pushDig(car)
|
||||
' ' -> true
|
||||
else -> noOp()
|
||||
else -> true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -24,17 +24,6 @@ class EditorView : View("Befide") {
|
||||
|
||||
init {
|
||||
primaryStage.isResizable = false
|
||||
|
||||
// codeView.src = """v ;00000000;
|
||||
//>>>>>>>>>>>>>55+0g68*-90g68*-2*+80g68*-4*+70g68*-8*+v
|
||||
//@.+***288-*86g03+**88-*86g04+**84-*86g05+**44-*86g06<"""
|
||||
|
||||
// codeView.src = """ 2>:3g" "-!v\ g30 <
|
||||
// |!`"O":+1_:.:03p>03g+:"O"`|
|
||||
// @ ^ p3\" ":<
|
||||
//2 234567890123456789012345678901234567890123456789012345678901234567890123456789"""
|
||||
|
||||
// codeView.src = """"hello world",,,,,,,,,,,@"""
|
||||
}
|
||||
|
||||
override fun onDock() {
|
||||
|
||||
Reference in New Issue
Block a user