From a32c3747568562251d6c390faf325bf3ed3946e6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 15:34:24 -0400 Subject: Add `core` library to avoid having to explicitly import a bunch of common libraries --- examples/core/core.tm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/core/core.tm (limited to 'examples/core') diff --git a/examples/core/core.tm b/examples/core/core.tm new file mode 100644 index 00000000..b49448d2 --- /dev/null +++ b/examples/core/core.tm @@ -0,0 +1,9 @@ +# This file just uses all the most commonly used standard +# library modules so you don't have to import them one-by-one + +use patterns +use commands +use shell +use colorful +use log +use pthreads -- cgit v1.2.3