Searched refs:DecimalInt (Results 1 – 1 of 1) sorted by relevance
85 public static readonly Parser<int> DecimalInt = DecimalLong.Select(x => (int)x); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar257 ….Or(HexadecimalInt.Or(DecimalInt).Select(x => new SingleOrMultiIrqEnd(new[] { new IrqEnd(null, x) … in GetIrqEnd()