regex patterns for tokens

This commit is contained in:
aarne
2006-01-07 12:26:11 +00:00
parent a641bf4004
commit 4e42d73ee5
16 changed files with 358 additions and 199 deletions

View File

@@ -221,6 +221,9 @@ data Patt =
| PC Ident [Patt]
| PQC Ident Ident [Patt]
| PDisj Patt Patt
| PSeq Patt Patt
| PRep Patt
| PAs Ident Patt
deriving (Eq,Ord,Show)
data PattAss =