Skip to main content

Module loader

Module loader 

Source
Expand description

This module provides the ProgramLoader struct, responsible for loading Turing Machine programs from various sources, including files and strings.

Structsยง

ProgramLoader
ProgramLoader is a utility struct for loading Turing Machine programs. It provides methods to load programs from individual files, from string content, and to discover and load all .tur files within a specified directory.