1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose 2dd852da54 Use ATEND macros to add fields to abstract types.
This means we can add new properties to abstract types without
breaking old code. We can also make simple abstract types without
needing to add many NULL fields to the type.
2020-01-20 13:06:50 -06:00
..
boot Fix regression in while loops inside each macros. 2020-01-19 16:25:10 -06:00
conf Allow disabling keyed hash function (prf) in conf 2020-01-16 21:06:03 -06:00
core Use ATEND macros to add fields to abstract types. 2020-01-20 13:06:50 -06:00
include Use ATEND macros to add fields to abstract types. 2020-01-20 13:06:50 -06:00
mainclient Add history first and history last shortcuts. 2020-01-19 15:45:04 -06:00