Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs111 public static readonly Parser<string> AsKeyword = MakeKeyword("as"); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar
336 …from alias in AsKeyword.Then(x => SingleLineQuotedString.Select(y => new StringWithPosition(y)).Na…