janet/src/boot
Calvin Rose b75fb8dc9e Add :@all: to module/expand-path
Allow more easily importing modules from custom directories
without jumping through too many hoops. Technically, this was
possible before but required circumventing the built-in module/paths
and was just a hassle.

Also add entries to module/path (and module/add-path) to allow code
like the following.

(setdyn :my-libs "/home/me/janet-stuff/")

(import @my-libs/toolbox)

Intended for things like test harnesses where code might not
be installed to the usual directories.
2022-11-04 11:15:48 -05:00
..
array_test.c Auto update copyright date. 2022-03-21 18:22:59 -05:00
boot.c Auto update copyright date. 2022-03-21 18:22:59 -05:00
boot.janet Add :@all: to module/expand-path 2022-11-04 11:15:48 -05:00
buffer_test.c Auto update copyright date. 2022-03-21 18:22:59 -05:00
number_test.c Auto update copyright date. 2022-03-21 18:22:59 -05:00
system_test.c Auto update copyright date. 2022-03-21 18:22:59 -05:00
table_test.c Auto update copyright date. 2022-03-21 18:22:59 -05:00
tests.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00