diff options
| author | aarne <unknown> | 2004-06-24 15:13:40 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-06-24 15:13:40 +0000 |
| commit | 22e3bdce0251ce840a440a2c04c8c229d4c74947 (patch) | |
| tree | 75ddad662faa86883cc1dc82738704a277450225 /src/GF/UseGrammar/Custom.hs | |
| parent | 0a6ded780f00ca715c0ea4d82744b2d3368ac942 (diff) | |
fixed unlexer
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 7ab28b34e..3fb386c79 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -303,6 +303,7 @@ customUntokenizer = ,(strCI "codelit", const $ formatAsCodeLit) ,(strCI "concat", const $ concat . words) ,(strCI "glue", const $ performBinds) + ,(strCI "reverse", const $ reverse) ,(strCI "bind", const $ performBinds) -- backward compat -- add your own untokenizers here ] |
