013 interpreter test

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

=== INTERPRETER TEST ===

Test 1: Manual dispatch 'greet'
GREET handler: Hello, World!
Result: branch=greeted
=== TEST 1 PASSED ===

Test 2: Parse and dispatch '~greet(name: "Runtime")'
Parsed 1 items
Found flow: greet with 1 args
GREET handler: Hello, Runtime!
Result: branch=greeted
=== TEST 2 PASSED ===

Test 3: Parse '~farewell(name: "Claude")'
FAREWELL handler: Goodbye, Claude!
Result: branch=departed
=== TEST 3 PASSED ===

=== ALL INTERPRETER TESTS PASSED ===

Test Configuration

MUST_RUN