summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Data
AgeCommit message (Collapse)Author
2012-11-07Some changed/new utility functionshallgren
GF.Data.Utilities: Rename mapFst to apFst, mapSnd to apSnd. Add apBoth, mapFst, mapSnd, mapBoth. GF.Data.Operations: Remove onSnd (same as apSnd)
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.
2012-06-26Report many type errors instead of stopping after the first onehallgren
In GF.Compile.CheckGrammar, use a new topological sorting function that groups independent judgements, allowing them all to be checked before continuing or reporting errors.
2011-04-06avoid warning from ghc-7.0hallgren
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
2010-12-08some more functions in GF.Data.TrieMapkrasimir
2010-07-15fix the algorithm for items cutting in the partial parserkrasimir
2010-07-01redesign the open-literals APIkrasimir
2010-04-24convert GF.Data.SortedList to UTF8krasimir
2010-04-19use the native unicode support from GHC 6.12krasimir
2009-12-14remove some more dead codekrasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated