zwoop opened a new pull request, #12939:
URL: https://github.com/apache/trafficserver/pull/12939

   Extends the hrw4u grammar and compiler with a procedure system for defining 
reusable, parameterized blocks of rules. Procedures use namespaced names (e.g. 
`local::set-cache`) with `$param` substitution, and can be defined inline or 
loaded from external `.hrw4u` library files via `use` directives. A 
`--output=hrw4u` flatten mode expands all procedure calls into a self-contained 
source file. This commit also adds LSP hover/completion support for procedures, 
comprehensive test coverage, validation for circular imports and arity 
mismatches, and documentation in the admin guide.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to