diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-01-07 14:39:40 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-01-07 14:39:40 +0000 |
| commit | d133e0353ca614b36357dadb782aea43de895e09 (patch) | |
| tree | a68ecef132a1b18a12899ef9b718ed411816528f /src/GF/Source/ParGF.y | |
| parent | 4e42d73ee508715e83c8f1a160b7bc696b78571b (diff) | |
regular expression patterns
Diffstat (limited to 'src/GF/Source/ParGF.y')
| -rw-r--r-- | src/GF/Source/ParGF.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Source/ParGF.y b/src/GF/Source/ParGF.y index 3399c0862..944fe7562 100644 --- a/src/GF/Source/ParGF.y +++ b/src/GF/Source/ParGF.y @@ -456,6 +456,7 @@ Patt1 : Ident ListPatt { PC $1 $2 } | Ident '.' Ident ListPatt { PQC $1 $3 $4 } | Patt2 '*' { PRep $1 } | Ident '@' Patt2 { PAs $1 $3 } + | '-' Patt2 { PNeg $2 } | Patt2 { $1 } |
