Thank you Domingo. I took a longer look at this and it turns out its a bug where the precedence and associativity set for < are overwritten by the precedence and associativity of template_test which names it as an implicit terminal in lalr.
Fixed by taking the precedence and associativity from which form of the implicit terminal they are set on. See #24.
Thank you Domingo. I took a longer look at this and it turns out its a bug where the precedence and associativity set for
<
are overwritten by the precedence and associativity oftemplate_test
which names it as an implicit terminal in lalr.Fixed by taking the precedence and associativity from which form of the implicit terminal they are set on. See #24.