Using NumberContext parameter in operations.

Compiling use clause with usage, rounding, precision
This commit is contained in:
Jindra Petřík
2024-08-10 20:49:28 +02:00
parent d25627460c
commit d4e0a1f6db
30 changed files with 605 additions and 355 deletions

View File

@@ -204,7 +204,7 @@ XmlSQuoteStringChar = [^\r\n\']
/* integer literals */
DecIntegerLiteral = (0 | [1-9][0-9]*) [ui]
DecIntegerLiteral = (0 | [1-9][0-9]*) [ui]?
HexIntegerLiteral = 0 [xX] 0* {HexDigit}+
HexDigit = [0-9a-fA-F]