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

error[KORU040]: unknown tor 'test:generic[T:u32;N:1024]'
  --> tests/regression/700_EVENT_GLOBBING/700_000_permissive_event_name_parsing/input.kz:36:0

❌ Compiler coordination error: Unknown tor referenced
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.kz

Flows

flow ~generic[T:u32;N:1024] click a branch to expand · @labels scroll to their anchor
generic[T:u32;N:1024]
flow ~generic<T:u32;N:1024> click a branch to expand · @labels scroll to their anchor
generic<T:u32;N:1024>
flow ~weird<A>[B] click a branch to expand · @labels scroll to their anchor
weird<A>[B] (C)
flow ~ring.*[T:u32] click a branch to expand · @labels scroll to their anchor
ring.*[T:u32]
flow ~name$with#special@chars click a branch to expand · @labels scroll to their anchor
name$with#special@chars