1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-29 15:30:41 +00:00
janet/src
Felix Riedel 2ec12fe06f Improve hashing of numbers
Using an integer hash (https://stackoverflow.com/a/12996028/60617) on
the number casted to int32 combined with lower bits of the number.
2020-12-26 13:09:11 +00:00
..
boot Make dofile error if source file errors. 2020-12-14 08:23:06 -06:00
conf Make dofile error if source file errors. 2020-12-14 08:23:06 -06:00
core Improve hashing of numbers 2020-12-26 13:09:11 +00:00
include Add line and column combinators to peg. 2020-11-26 18:32:56 -06:00
mainclient Fix some formatting and undefined behavior. 2020-12-06 14:33:08 -06:00