1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-23 15:00:27 +00:00
janet/src
Calvin Rose 010e2e4652 Add keyword arguments via &keys.
This makes it easier to document functions that
take keyword arguments and also prevents some allocations
with these functions. Before, this was possible via normal
variadic functions but created an intermediate tuple, and
the generated docstrings did not document the keys.
2019-05-24 17:03:22 -04:00
..
boot Address #109 2019-05-22 23:56:59 -04:00
core Add keyword arguments via &keys. 2019-05-24 17:03:22 -04:00
include Add keyword arguments via &keys. 2019-05-24 17:03:22 -04:00
mainclient Update manpage and make -k mode not exit on error. 2019-05-19 15:20:59 -04:00
webclient Fix web versinon repl colors. 2019-04-16 16:06:52 -04:00