1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src/boot
Calvin Rose 803f17aa90 Add eachy and repeat to make looping easier.
Like eachk and eachp, use eachy and repeat to bring loop
verbs outside of the loop macro. These new macros are very simple
and easy to understand, in contrast to the loop macro which is of
medium complexity.
2020-06-21 18:48:06 -05:00
..
array_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
boot.c Remove REPL-within-form thread-local bool 2020-05-21 18:31:21 +01:00
boot.janet Add eachy and repeat to make looping easier. 2020-06-21 18:48:06 -05:00
buffer_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
number_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
system_test.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
table_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
tests.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00