000 permissive event name parsing

○ Planned This feature is planned but not yet implemented.

Parser must accept ANY characters in event names with balanced bracket counting

Failure Output

Showing last 10 of 40 lines
  --> tests/regression/700_EVENT_GLOBBING/700_000_permissive_event_name_parsing/input.kz:37:0

❌ Compiler coordination error: Unknown event referenced
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/700_EVENT_GLOBBING/700_000_permissive_event_name_parsing/backend.zig:9438:17: 0x102542433 in emit (backend)
                return error.CompilerCoordinationFailed;
                ^
/Users/larsde/src/koru/tests/regression/700_EVENT_GLOBBING/700_000_permissive_event_name_parsing/backend.zig:9522:28: 0x1025431bf in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Code

input.kz