presentation compiler's instance.
presentation compiler's instance.
Presentation compiler's askXXX actions work by doing side-effects
on a Response instance passed as an argument during the askXXX
call.
Presentation compiler's askXXX actions work by doing side-effects
on a Response instance passed as an argument during the askXXX
call.
The defined method ask is meant to encapsulate this behavior.
sources need to be entirely parsed before running the test
(else commands such as AskTypeCompletionAt may fail simply because
the source's AST is not yet loaded).
(askParse: StringAdd).self
(askParse: StringFormat).self
(askParse: ArrowAssoc[AskParse]).x
(Since version 2.10.0) Use leftOfArrow instead
(askParse: Ensuring[AskParse]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Ask the presentation compiler to parse a sequence of
sources