From 22e3bdce0251ce840a440a2c04c8c229d4c74947 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 24 Jun 2004 15:13:40 +0000 Subject: fixed unlexer --- src/GF/UseGrammar/Custom.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GF/UseGrammar/Custom.hs') 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 ] -- cgit v1.2.3