Searched refs:PrefixedKeyword (Results 1 – 1 of 1) sorted by relevance
117 public static readonly Parser<string> PrefixedKeyword = MakeKeyword("prefixed"); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar153 …from prefixedKeyword in PrefixedKeyword.Then(x => SingleLineQuotedString).Named("using prefix").Op…