position-attrs ( tag -- at-line-start? at-whitespace-end? at-word-start? )


Vocabulary
xmode.loader.syntax

Inputs
tagan object


Outputs
at-line-start?an object
at-whitespace-end?an object
at-word-start?an object


Definition


: position-attrs
( tag -- at-line-start? at-whitespace-end? at-word-start? )
{ "AT_LINE_START" "AT_WHITESPACE_END" "AT_WORD_START" }
[ attr string>boolean ] with map first3 ;