experiments with unlexer

This commit is contained in:
aarne
2004-08-15 21:02:10 +00:00
parent f65d08638b
commit c96162ba8b
4 changed files with 36 additions and 3 deletions

View File

@@ -301,7 +301,7 @@ customUntokenizer =
,(strCI "code", const $ formatAsCode)
,(strCI "textlit", const $ formatAsTextLit)
,(strCI "codelit", const $ formatAsCodeLit)
,(strCI "concat", const $ concat . words)
,(strCI "concat", const $ concatRemSpace)
,(strCI "glue", const $ performBinds)
,(strCI "reverse", const $ reverse)
,(strCI "bind", const $ performBinds) -- backward compat