julp

Results 3 comments of julp

Hi, it acts like the inner lexer was not properly initialized, the `start` block is not executed, it directly starts with `state :root`.

Hi, from my own testing, it seems that absolute name classes (which starts with a \\) are not correctly handled: `id_with_ns` should be defined more like `/#{id}(?:\\#{id})*|\\#{id}(?:\\#{id})*/` because currently, it...

Hi, this is caused by the rule `rule %r/\$#{id}(\[\S+\]|->#{id})?/, Name::Variable` (from `state :string do`), the `]` is "misinterpreted": as the regexp is greedy by default the string token stops on...