jc/module.jai
2025-09-03 20:27:41 -06:00

15 lines
400 B
Text

/*
Module jc contains procedures for working with memory,
arrays, and strings; as well as helpful macros and
constants.
Additionally, it provides a platform-independant
interface for interacting with the target operating
system.
*/
#load "internal/builtin.jai";
#load "internal/array.jai";
#load "internal/memory.jai";
#load "internal/testing.jai";
#load "internal/keywords.jai";