Searched refs:AsKeyword (Results 1 – 1 of 1) sorted by relevance
111 public static readonly Parser<string> AsKeyword = MakeKeyword("as"); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar336 …from alias in AsKeyword.Then(x => SingleLineQuotedString.Select(y => new StringWithPosition(y)).Na…