Modules
API helpers for evaluating ZuzuScript
AST node representing a statement block
AST node for array expressions
AST node for bag expressions
AST node for binary expressions
AST node for call expressions
AST node for dict expressions
AST node for dictget expressions
AST node for dynamic member calls
AST node for function expression values
AST node for increment/decrement expressions
AST node for index expressions
AST node for literal expressions
AST node for membercall expressions
AST node for object construction expressions
AST node for inclusive integer ranges
AST node for set expressions
AST node for slice expressions
AST marker for call argument spreading
AST node for ternary expressions
AST node for type reference expressions
AST node for unary expressions
AST node for var expressions
AST node representing an entire program
role implemented by all AST nodes
AST node for assign statements
AST node for one catch clause
AST node for class statements
AST node for switch continue statements
AST node for die statements
AST node for expr statements
AST node for for statements
AST node for function statements
AST node for if statements
AST node for import statements
AST node for last statements
AST node for let statements
AST node for declaration unpacking
AST node for method declarations
AST node for next statements
AST node for postfix conditional statements
AST node for return statements
AST node for switch statements
AST node for throw statements
AST node for trait declarations
AST node for try/catch statements
AST node for while statements
lexical environment used for variable bindings
base structured error object for Zuzu
compile-time error for parsing/analysis failures
runtime error for evaluation/execution failures
lexer that tokenizes ZuzuScript source text
narrow CBOR adapter for Zuzu Marshal
std/archive bindings for ZuzuScript.
std/string/base64 bindings.
std/data/csv bindings for ZuzuScript.
std/db builtin module bridge.
std/net/dns bindings for ZuzuScript.
std/digest/md5 bindings.
std/digest/sha bindings.
headless std/gui object model.
std/net/http bindings for ZuzuScript.
std/io bindings for ZuzuScript.
std/data/json bindings for ZuzuScript.
runtime support for std/marshal
std/math bindings for ZuzuScript.
std/net/smtp bindings for ZuzuScript.
perl builtin bridge for ZuzuScript.
std/proc bindings for ZuzuScript.
std/secure bindings for ZuzuScript.
builtin std/io/socks module.
std/time bindings for ZuzuScript.
std/net/url bindings for ZuzuScript.
std/data/xml bindings for ZuzuScript.
std/data/yaml bindings for ZuzuScript.
entry point for parsing source text into an AST
recursive-descent parser implementation
interpreter and evaluator for ZuzuScript programs
format ZuzuScript source with consistent style
command-line wrapper for Zuzu::Tidy
token object produced by the lexer
utility functions shared by parser and runtime
runtime value class for array values
runtime value class for bag values
runtime value class for class values
runtime value class for dict values
runtime value class for function values
runtime value class for class instances
runtime value class for set values
runtime value class for trait values
weak-reference classification helpers
PSGI adapter for ZuzuScript web applications
command-line runner for ZuzuScript PSGI apps
Provides
in lib/Zuzu/AST/Expr/Await.pm
in lib/Zuzu/AST/Expr/PairList.pm
in lib/Zuzu/AST/Expr/Regexp.pm
in lib/Zuzu/AST/Expr/Spawn.pm
in lib/Zuzu/AST/Stmt/Assert.pm
in lib/Zuzu/AST/Stmt/Debug.pm
in lib/Zuzu/AST/Visitor/LexicalEnvHints.pm
in lib/Zuzu/AST/Visitor/SuperHints.pm
in lib/Zuzu/AST/Visitor/TypeCheckHints.pm
in lib/Zuzu/CLI.pm
in lib/Zuzu/Doc/CLI.pm
in lib/Zuzu/Marshal/CBOR.pm
in lib/Zuzu/Marshal/CBOR.pm
in lib/Zuzu/Marshal/CBOR.pm
in lib/Zuzu/Module/CLib.pm
in lib/Zuzu/Module/Eval.pm
in lib/Zuzu/Module/HTTP.pm
in lib/Zuzu/Module/Internals.pm
in lib/Zuzu/Module/JSON.pm
in lib/Zuzu/Module/Math/BigNum.pm
in lib/Zuzu/Module/String.pm
in lib/Zuzu/Module/TUI.pm
in lib/Zuzu/Module/Task.pm
in lib/Zuzu/Module/Worker.pm
in lib/Zuzu/Runtime/Async/Scheduler.pm
in lib/Zuzu/Runtime/Async/TaskGroup.pm
in lib/Zuzu/Test/ZPathFacelessPortDiagnostics.pm
in lib/Zuzu/Util/NativeHelpers.pm
in lib/Zuzu/Value/BinaryString.pm
in lib/Zuzu/Value/Boolean.pm
in lib/Zuzu/Value/Equality.pm
in lib/Zuzu/Value/PairList.pm
in lib/Zuzu/Value/Regexp.pm
in lib/Zuzu/Value/Task.pm