You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(raw "lit") for non-nul-terminated, (pascal "lit") for pascal strings.
#r "lit", #p "lit".
I'd prefer the metadata one, because that's really what metadata is for, but it'll require the parser code to undergo some refactoring to be able to handle metadata preceding a value.
Usecase: Strings in mixed static data. See projects/astar.finw -- the MAP static is defined as [[U8 51] 30] due to the null terminators, when it's really only a [[U8 50] 30].
The text was updated successfully, but these errors were encountered:
NUL
terminated strings.Possible syntaxes:
(raw "lit")
for non-nul-terminated,(pascal "lit")
for pascal strings.#r "lit"
,#p "lit"
.I'd prefer the metadata one, because that's really what metadata is for, but it'll require the parser code to undergo some refactoring to be able to handle metadata preceding a value.
Usecase: Strings in mixed static data. See
projects/astar.finw
-- theMAP
static is defined as[[U8 51] 30]
due to the null terminators, when it's really only a[[U8 50] 30]
.The text was updated successfully, but these errors were encountered: