mirror of
https://github.com/mgcaret/of816.git
synced 2025-08-08 12:25:10 +00:00
Fix problem with ['] discovered in unit tests
This commit is contained in:
@@ -4778,7 +4778,10 @@ eword
|
|||||||
|
|
||||||
; H: ( [old-name<>] -- xt ) immediately parse old-name in input stream, return xt of word
|
; H: ( [old-name<>] -- xt ) immediately parse old-name in input stream, return xt of word
|
||||||
dword CPARSEFIND,"[']",F_IMMED
|
dword CPARSEFIND,"[']",F_IMMED
|
||||||
bra PARSEFIND::code
|
ENTER
|
||||||
|
.dword PARSEFIND
|
||||||
|
.dword LITERAL
|
||||||
|
EXIT
|
||||||
eword
|
eword
|
||||||
|
|
||||||
; H: ( xt -- a-addr) return body of word at xt, if unable then throw exception -31
|
; H: ( xt -- a-addr) return body of word at xt, if unable then throw exception -31
|
||||||
|
Reference in New Issue
Block a user