zeek/tools
Arne Welzel efb32d31fc bifcl: builtin-func.l: Allow more than just one additional component
I'm not sure why this was restricted to only two components,
the following appears functional in Zeek scripts.

    module A::B::C;

    export {
      type MyRecord: record {
        a: string;
      };
    }

Closes #25.
2025-08-20 08:52:25 -07:00
..
bifcl bifcl: builtin-func.l: Allow more than just one additional component 2025-08-20 08:52:25 -07:00
binpac Run pre-commit on merged binpac code 2025-08-20 08:52:24 -07:00