File: leftgrammar

package info (click to toggle)
lola 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 1,355; ansic: 1,169; fortran: 373; makefile: 40; yacc: 7
file content (11 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
;
; this is an ambiguous grammar and must
; be run through flo before lola to factor
; out the common left sub-expressions
;
((foo	(a b c)
	(a b d)
	(e f g)
	(e f h i)
	)
 )