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
The type needs to be resolved inside the brackets first and then passed to the token list.
It might be able to work by taking what's inside the brackets and passing it into document:type_information_for_tokens to get the type and then somehow using that in the list of tokens. Would also need to handle recursive calls within the brackets.
This along with #28 may need to expand the list of tokens to actually being a type with some additional metadata to help type_information_for_tokens.
The text was updated successfully, but these errors were encountered:
The type needs to be resolved inside the brackets first and then passed to the token list.
It might be able to work by taking what's inside the brackets and passing it into
document:type_information_for_tokens
to get the type and then somehow using that in the list of tokens. Would also need to handle recursive calls within the brackets.This along with #28 may need to expand the list of tokens to actually being a type with some additional metadata to help
type_information_for_tokens
.The text was updated successfully, but these errors were encountered: