diff options
| author | aarne <unknown> | 2004-03-23 12:06:12 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-03-23 12:06:12 +0000 |
| commit | 31836c0da9ba7a716ee0480e6219d771da4999fa (patch) | |
| tree | 6df78cd648f2c1fc6587abd31fd1c3a3e34c72cc /src/GF/Source/GrammarToSource.hs | |
| parent | c3796cf04ca77a8ded570678291fd65d5e17ed0f (diff) | |
String pattern handling
Diffstat (limited to 'src/GF/Source/GrammarToSource.hs')
| -rw-r--r-- | src/GF/Source/GrammarToSource.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs index 3c785b322..641dc7b5d 100644 --- a/src/GF/Source/GrammarToSource.hs +++ b/src/GF/Source/GrammarToSource.hs @@ -163,6 +163,7 @@ trp p = case p of PP p c [] -> P.PQ (tri p) (tri c) PP p c a -> P.PQC (tri p) (tri c) (map trp a) PR r -> P.PR [P.PA [trLabelIdent l] (trp p) | (l,p) <- r] + PString s -> P.PStr s ---- PT t p -> prt p ---- prParenth (prt p +++ ":" +++ prt t) |
