Searched refs:QuotedStringElement (Results 1 – 1 of 1) sorted by relevance
134 …public static readonly Parser<char> QuotedStringElement = EscapeCharacter.Then(x => QuotationMark.… field in Antmicro.Renode.PlatformDescription.Syntax.Grammar140 from content in QuotedStringElement.Many().Text()223 from content in QuotedStringElement.Many().Text()