Searched refs:MultiQuotationMark (Results 1 – 1 of 1) sorted by relevance
53 public static readonly Parser<string> MultiQuotationMark = Parse.String("'''").Text(); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar136 …tedStringElement = EscapeCharacter.Then(x => MultiQuotationMark).XOr(Parse.AnyChar.Except(MultiQuo…145 (from openingQuote in MultiQuotationMark147 from closingQuote in MultiQuotationMark