disallow interpreting string literals in bootstrap mode
This commit is contained in:
parent
36e704b6cb
commit
f89a98e0b0
|
|
@ -1366,7 +1366,8 @@ defword INTERPRET
|
|||
.int LIT,LITSTRING,COMMA,HERE,LIT,0,COMMABYTE
|
||||
.int READSTRING,ROT,STOREBYTE,DROP,ALIGN,EXIT
|
||||
/* ELSE */
|
||||
0: .int READSTRING,EXIT
|
||||
litstring "Tried to interpret a string literal\n"
|
||||
.int TYPE,BAILOUT
|
||||
/* ELSE */
|
||||
1: .int WORD,TWODUP,PARSENUMBER,ZBRANCH,(3f - .)
|
||||
.int NROT,TWODROP
|
||||
|
|
|
|||
Loading…
Reference in New Issue