Table of Contents

Namespace flx.SILQ.Core

Classes

Interpreter

Provides core evaluation logic for the SILQ interpreter, including arithmetic operations, type checking, and expression evaluation.

Parser

Provides utility methods for parsing tokens into expressions and statements in the SILQ language.

Tokenizer