c.treetop 99 B

12345678910
  1. module Test
  2. grammar C
  3. include A
  4. include B
  5. rule c
  6. a b 'c'
  7. end
  8. end
  9. end