1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-25 17:57:17 +00:00
janet/src
Calvin Rose 6b95326d7c First commit removing the integer number type. This should
remove some complexity and unexpected behavior around numbers in
general as all numbers are the same number type, IEEE 754 double
precision numbers. Also update examples and tests, some of which were
out of date.

Some more testing may be needed for new changes to numbers.
2018-12-27 13:05:29 -05:00
..
core First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
include/janet First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
mainclient Rename the := special form to set so it does not look like a keyword. 2018-12-16 21:57:32 -05:00
webclient Update web client. 2018-12-13 21:36:19 -05:00