Table of Contents

Enum CliCommand

Namespace
Pl0.Cli.Cli
Assembly
Pl0.Cli.dll

CLI commands supported by TinyPl0.

public enum CliCommand

Fields

Compile = 1

Compile PL/0 source to P-Code.

None = 0

No explicit command provided.

Run = 2

Compile and run PL/0 source.

RunPCode = 3

Run a P-Code file directly.