Commit 1d94745c authored by chick's avatar chick
Browse files

Fixes inconsistencies in declaration of FixedPoint and Interval literals.

Now all follow a what you see is what you get pattern.
Formerly Longs and BigInts would be interpreted as a bit pattern. Now they are handled as the literal value.
Also FixedPoints could not be created from a BigInt, now they can.
Creating literals using the range"range-string" interpolator has been made more robust.
Tests have been added to show the new behavior.
parent ac3ad980
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment