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