fixed pre expressions, parsing {} patterns, and the path in resource Make.hs

This commit is contained in:
aarne
2009-05-25 12:19:32 +00:00
parent 3efb7a671b
commit a71aed81fd
5 changed files with 19 additions and 6 deletions

View File

@@ -483,6 +483,7 @@ Patt2
| '#' Ident '.' Ident { PM $2 $4 }
| '_' { PW }
| Ident { PV $1 }
| '{' Ident '}' { PC $2 [] }
| Ident '.' Ident { PP $1 $3 [] }
| Integer { PInt $1 }
| Double { PFloat $1 }