cryptol/tests/regression/frac_lit.icry.stdout
Iavor Diatchki 42b2ac6b45 Add parsing for binary and octal fractional literals.
I doubt these are super common but we add them for completeness,
and because with the floats we can print in those bases
2020-07-14 11:31:59 -07:00

14 lines
186 B
Plaintext

Loading module Cryptol
(ratio 3 2)
(ratio 9 8)
(ratio 11 10)
(ratio 17 16)
(ratio 12 1)
(ratio 9 1)
(ratio 1100 1)
(ratio 17 2)
(ratio 3 16)
(ratio 9 64)
(ratio 11 10000)
(ratio 17 128)