File: d.treetop

package info (click to toggle)
ruby-treetop 1.6.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 956 kB
  • sloc: ruby: 8,918; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
module Test
  grammar D
    include A
    include B
    
    rule inherit
      super 'works'
    end
  end
end