๐Ÿง  W++ Developer Guide

For brave souls who dare to interpret chaos.

๐ŸŒ€ Interpreter Architecture

The W++ interpreter is a recursive AST-walker with dynamic scoping and async evaluation support.

๐Ÿ“ File: Interpreter.cs

Runtime Features:

๐Ÿงฌ JIT Compiler Overview

The W++ JIT compiler emits .NET IL from AST nodes using System.Reflection.Emit. It's fully async-compatible and produces runtime DynamicMethods that return Task<object>.

๐Ÿ“ File: JitCompiler.cs

Supported Nodes:

Special Behaviors: