[][src]Module endbasic_core::program

Stored program manipulation and interactive editor.

Structs

DemoStoreOverlay

Wraps a Store and exposes a bunch of read-only demo files.

Metadata

Metadata of an entry in the store.

Traits

Program

Representation of the single program that we can keep in memory.

Store

Abstract operations to load and store programs on persistent storage.

Functions

all_commands

Instantiates all program editing commands against a new (empty) program, using console for interactive editing, and using dir as the on-disk storage for the programs.