summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Text/Lexing.hs
AgeCommit message (Collapse)Author
2013-12-03removed the unlines-lines wrapper from Lexing.unlexer to prevent empty lines ↵aarne
when an unlexer (such as -bind or -unchars) is used as an option in linearization. Don't know really why the input had been broken into lines in the first place. You can see the effect by importing LangEng and running "gr -cat=Cl | l -table -bind" before and after recompiling GF.
2010-04-19use the native unicode support from GHC 6.12krasimir
2009-12-17correct capitalization in unlexmixed; unlextext and unlexmixed now remove ↵aarne
string literal quotes
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated