File: error001.y

package info (click to toggle)
happy 2.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: yacc: 2,501; haskell: 1,329; makefile: 273
file content (10 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
%name foo
%tokentype { Token }

%%

foo : 'a' { }

bar : 'a' { }

foo : 'b' { }