Table of Contents

Enum SymbolKind

Namespace
Pl0.Core
Assembly
Pl0.Core.dll

Symbol table entry kinds used by the parser and compiler.

public enum SymbolKind

Fields

Constant = 0

A constant declaration.

Procedure = 2

A procedure declaration.

Variable = 1

A variable declaration.