mirror of
https://github.com/janet-lang/janet
synced 2024-12-03 21:39:54 +00:00
872b39cc32
Number literals can now take an optional "representation" suffix - Use `:n` for normal numbers (IEEE-754 doubles) - Use `:s` for signed 64 bit integers - Use `:u` for unsigned 64 bit integers - Other suffix will fallthrough the usual parseing logic. This means that they will only possibly resolve to symbols if they start with -, +, or . The syntax does not collide with any existing valid Janet and is only enabled with JANET_INTTYPES. This also leaves open a syntax for other number types such as bignums, ratios, decimals, etc. |
||
---|---|---|
.. | ||
amalg | ||
fuzzers | ||
helper.janet | ||
suite-array.janet | ||
suite-asm.janet | ||
suite-boot.janet | ||
suite-buffer.janet | ||
suite-bundle.janet | ||
suite-capi.janet | ||
suite-cfuns.janet | ||
suite-compile.janet | ||
suite-corelib.janet | ||
suite-debug.janet | ||
suite-ev.janet | ||
suite-ffi.janet | ||
suite-inttypes.janet | ||
suite-io.janet | ||
suite-marsh.janet | ||
suite-math.janet | ||
suite-os.janet | ||
suite-parse.janet | ||
suite-peg.janet | ||
suite-pp.janet | ||
suite-specials.janet | ||
suite-string.janet | ||
suite-strtod.janet | ||
suite-struct.janet | ||
suite-symcache.janet | ||
suite-table.janet | ||
suite-unknown.janet | ||
suite-value.janet | ||
suite-vm.janet |