Does Lezer support action routines?

Hey Marijn, we were wondering if Lezer supports actions that are performed when a rule is recognised, similar to yacc, like in the example below?

A   	: 
         '(' B ')' 
    	{ 
       		hello( 1, "abc" ); 
        }

No, it does not.