Module tis_100::save [] [src]

Functions for loading TIS-100 assembly code from save files.

Enums

LoadSaveError

An error returned when loading a safe from a file.

Functions

load_save

Load a Save from a file.

parse_save

Parse the text of a TIS-100 save file into a map from node numbers to programs.

pretty_print_errors

Pretty print errors from parsing a save file.

Type Definitions

Save

Programs that are assigned to specific nodes in a TIS-100.

SaveErrors

A list of errors returned when parsing programs for each node.