Searched refs:SingleLineQuotedString (Results 1 – 2 of 2) sorted by relevance
136 var result = Grammar.SingleLineQuotedString(source); in ShouldParseQuotedString()146 var result = Grammar.SingleLineQuotedString(source); in ShouldParseQuotedStringWithASemicolon()
138 public static readonly Parser<string> SingleLineQuotedString = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar152 … from filePath in SingleLineQuotedString.Select(x => new StringWithPosition(x)).Positioned()153 …from prefixedKeyword in PrefixedKeyword.Then(x => SingleLineQuotedString).Named("using prefix").Op…186 …public static readonly Parser<Value> Value = (SingleLineQuotedString.Or(MultilineQuotedString)).Se…336 …from alias in AsKeyword.Then(x => SingleLineQuotedString.Select(y => new StringWithPosition(y)).Na…