Home
last modified time | relevance | path

Searched refs:SingleLineQuotedString (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DParserPrimitivesTest.cs136 var result = Grammar.SingleLineQuotedString(source); in ShouldParseQuotedString()
146 var result = Grammar.SingleLineQuotedString(source); in ShouldParseQuotedStringWithASemicolon()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs138 public static readonly Parser<string> SingleLineQuotedString = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar
152 … 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…