Release v1.2.0
·
35 commits
to 04ec475b876c67f5b0c3c265ebd14644937b634a
since this release
Added
IScreenplayPrinter/ScreenplayPrinter— renders a Screenplay syntax tree back to.playsource text, the reverse of the compiler. Overloads print a wholeApplicationSyntaxdocument as well as standaloneProjectionSyntax,SpecificationSyntaxandCaptureSyntax. A syntax tree can now be built or modified in code and printed to valid Screenplay, which is the basis for generating.playfiles from a model.- Documentation: a "Printing and generating" reference page covering the printer, the round-trip guarantee with the compiler, and generating Screenplay from a tree built directly from a model.