-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Provide the ability to do something like this:
format = "get; search(obj@container); ?from; search(obj@contents):container"
To allow 'get sword from bag' and similar. Will require parsing backwards, to resolve the named reference, or something similar.
Another possibility is to resolve all search terms separately and maintain a list of possible matches; then parse forwards again, and check against that.
Reactions are currently unavailable