Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs72 … public static readonly Parser<char> HexadecimalDigit = Parse.Chars("0123456789ABCDEFabcdef"); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar
75 (from hexadecimalDigits in HexadecimalDigit.AtLeastOnce().Text()
76 …from hexadecimalDigitsContinuation in NumberSeparator.Then(_ => HexadecimalDigit.AtLeastOnce().Tex…