Searched refs:HexadecimalDigit (Results 1 – 1 of 1) sorted by relevance
72 … public static readonly Parser<char> HexadecimalDigit = Parse.Chars("0123456789ABCDEFabcdef"); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar75 (from hexadecimalDigits in HexadecimalDigit.AtLeastOnce().Text()76 …from hexadecimalDigitsContinuation in NumberSeparator.Then(_ => HexadecimalDigit.AtLeastOnce().Tex…