summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Speech/RegExp.hs
AgeCommit message (Collapse)Author
2012-08-29Added an O(n log n) version of nubpeter.ljunglof
The new nub is called nub', and it replaces the old sortNub which was not lazy and did not retain the order between the elements.
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated