summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2013-10-31Add a cabal flag to use the standard binary packagehallgren
2013-10-30linref is now used by the linearizer. The visible change is that the 'l' comm...kr.angelov
2013-10-30added the linref construction in GF. The PGF version number is now bumpedkr.angelov
2013-10-30missing binary serialization for PImplArg in the .gfo fileskr.angelov
2013-10-24Functions merge trees into tries in the GF Shell and the PGF web servicehallgren
2013-10-24Commands.hs: fix a copy-paste error in the documentation of put_treehallgren
2013-10-02something in the typeinferencer of the latest GHC has changed. I need to add ...kr.angelov
2013-09-23the compiler now sorts the list of sequences in the PGF fileskr.angelov
2013-09-27a major refactoring in the C and the Haskell runtimes. Note incompatible chan...kr.angelov
2013-09-23GrammarToPGF now looks only at the top modules for the PGF flagskr.angelov
2013-09-23fix a warning in the compilerkr.angelov
2013-09-23GF.Grammar.Grammar.allExtends now returns a list of source modules instead of...kr.angelov
2013-09-20Comment out identifier refreshing code only used by the removed refresh passhallgren
2013-09-19Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remainhallgren
2013-09-19Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 moduleshallgren
2013-09-10Some code verbosity reductionhallgren
2013-09-10Workaround for a problem with lock fieldshallgren
2013-05-30new-comp: delay eta expansion until just before partial evaluationhallgren
2013-09-09Nonlinear patterns in concrete syntax are now detected and reported as errorshallgren
2013-09-09partial evaluator: prettier complaint about nonlinears patternshallgren
2013-09-09partial evaluator: complain about nonlinear patternshallgren
2013-09-09Fix an old name shadowing bug in concrete syntax by removing the refresh passhallgren
2013-09-05Fix an old bug that prevented pattern matching agains values containg tableshallgren
2013-09-03fix in the GF compiler and runtime which let us to define pre construct detec...kr.angelov
2013-08-23nonExist now does the expected thingkr.angelov
2013-08-20gf -server: fix for directory URLs without a trailing slashhallgren
2013-08-07Better error messages for attempts to redefine predefined constantshallgren
2013-07-29Cloud & PGF service: use Content-Type application/json for JSON outputhallgren
2013-07-25Allow cross origin requests to GF cloud & PGF serviceshallgren
2013-07-24hs datatype generation for empty abstract types addedaarne
2013-06-15Improvements In Sindhi RGvirk.shafqat
2013-06-13Fix UTF-8 decoding problem in gf -serverhallgren
2013-06-10Update the usage text for the --output-format optionhallgren
2013-06-02GF.Text.Transliterations: avoid error prone function Data.Map.fromAscListhallgren
2013-05-31Prasad's sanskrit transliteration ; MiniresourceSan now compiles but is mostl...aarne
2013-04-22a bit more informative error message in GrammarToPGFkr.angelov
2013-04-19the option -old for the vp command is now redundantkr.angelov
2013-04-19remove the dead code left behind by Peter Ljunglöf in VisualizeTreekr.angelov
2013-04-19fix the command options for the vd command in the shellkr.angelov
2013-04-10gf -s/-q now silences "no linearization of" warningshallgren
2013-04-08PGF.hs: export function missingLinshallgren
2013-04-05Compiler.hs: ghc 7.6.2 compatibilityhallgren
2013-04-03Prevent Unicode characters in warning messages from stopping grammar compilationhallgren
2013-03-29option pt -funs to show all fun's in a treeaarne
2013-03-16Fix a problem with pattern macros in pre { } expressionshallgren
2013-03-13pt -nub to remove duplicate trees from a list returned e.g. by a parseraarne
2013-03-12partial evaluator: push predefined functions inside variantshallgren
2013-03-12command pt -subtrees that analyses a tree into the set of subtrees. Using pt ...aarne
2013-03-11Additional changes for GHC 7.4 & 7.6 compatibilityhallgren
2013-03-09ghc-7.6: allow directory-1.2Sergei Trofimovich