← All areas

Dart Interpreter

Tom runs and generates code at runtime through a sandboxed Dart interpreter. The **Dart Interpreter** area is where dynamic execution lives: parsing and running Dart without compilation, inside a permission-guarded sandbox, with one bridge API shared by an analyzer-based and an analyzer-free interpreter line. It is the engine beneath Tom's AI scripting, the flow layer, and agentic UI in the Flutter client.

In this area
Explore other areas