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

@@ -98,7 +98,7 @@ Label = {Identifier}:
/* integer literals */
NumberLiteral = (0 | -?[1-9][0-9]*) [ui]
NumberLiteral = (0 | -?[1-9][0-9]*) [ui]?
PositiveNumberLiteral = 0 | [1-9][0-9]*