| Age | Commit message (Expand) | Author |
| 2017-08-29 | added option -output-format=java for producing code for embedded grammars in ... | Krasimir Angelov |
| 2017-08-29 | the embedded grammars now work with both the pure Haskell and the Haskell bin... | Krasimir Angelov |
| 2017-08-18 | Bump version requirements to base>=4.6, Cabal>=1.20 | Thomas Hallgren |
| 2017-08-11 | Disable detailed version info from darcs | Thomas Hallgren |
| 2017-06-14 | added Arabic question mark to arabic and persian transliterations, as well as... | aarne |
| 2017-04-06 | vd command now reads local concrete configurations to deal with syncat words;... | aarne |
| 2017-03-22 | fixed a bug in Eq instance generation for GADT and lexical categories | aarne |
| 2017-03-07 | a better error message | krasimir |
| 2017-03-07 | GF.Compile.Compute.ConcreteNew now handles Predef.Float | krasimir |
| 2017-03-07 | bugfix in record subtyping checking | krasimir |
| 2017-03-07 | GF.Grammar.Printer now has a Terse mode which prints record types with lock f... | krasimir |
| 2017-03-06 | fix for EPatt | krasimir |
| 2017-03-06 | type checking EPatt | krasimir |
| 2017-03-06 | GF.Compile.Compute.ConcreteNew now can handle EPattType | krasimir |
| 2017-03-06 | some missing patterns | krasimir |
| 2017-03-06 | added overload resolution in the experimental type checker | krasimir |
| 2017-03-03 | some progress on the experimental type checker for the concrete syntax | krasimir |
| 2017-02-24 | corrected fg generation for lexical categories, to avoid a type error in gene... | aarne |
| 2017-02-21 | Fix compilation errors caused by changes in PGF2 | hallgren |
| 2017-01-25 | improve the documentation for PGF2 | krasimir |
| 2016-09-05 | BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF bo... | aarne |
| 2016-06-15 | GF cloud: more readable formatting of the GF version page | hallgren |
| 2016-06-09 | PGF service & minibar: only show dependency diagrams if the labels are known | hallgren |
| 2016-05-22 | Changes for compatibility with GHC 8.0.1 | hallgren |
| 2016-04-07 | GF.Command.Commands2: adapt gf -cshell to the changes in the previous patch | hallgren |
| 2016-04-07 | GF shell: fix a parsing problem with the cc command | hallgren |
| 2016-04-07 | Lexer.x & Parser.y: add a partial parser for terms | hallgren |
| 2016-04-06 | Lexer.x: fix cyclic Functor instance | hallgren |
| 2016-03-22 | fix the handling of separators in BNFC which are not nonempty | krasimir |
| 2016-03-22 | CFGtoPGF is now extended to support context-free grammars with primitive para... | krasimir |
| 2016-03-21 | added missing module GF.Grammar.BNFC | krasimir |
| 2016-03-21 | fix comment in GF.Grammar.CFG | krasimir |
| 2016-03-21 | initial support for BNFC syntax in context-free grammars for GF. Not all feat... | krasimir |
| 2016-03-21 | bugfix: GF.Compile.CFGtoPGF now supports literal categories | krasimir |
| 2016-03-15 | more progress on the typechecker | krasimir |
| 2016-03-07 | current state of the experimental typechecker | krasimir |
| 2016-03-03 | add missing cases in vapply in the partial evaluator | krasimir |
| 2016-03-02 | fix in the typechecker | krasimir |
| 2016-03-02 | a better interface between the type checker and the partial evaluator | krasimir |
| 2016-03-02 | the experimental type checker in GF.Compile.TypeCheck.ConcreteNew is now rewr... | krasimir |
| 2016-02-23 | add lexer and unlexer for Ancient Greek accent normalization | leiss |
| 2015-12-02 | GF shell, cc command: try to compute pre{...} tokens in token sequences | hallgren |
| 2015-12-01 | GF.Data.Str: change matchPrefix to agree with the GF book and the run-time sy... | hallgren |
| 2015-12-01 | GF.Data.Str: unexport & comment out unused functions | hallgren |
| 2015-11-23 | vd -conll2latex now converts conll to latex. Without going through GF trees, ... | aarne |
| 2015-11-17 | added -output=latex to visialize_dependencies. This generates more familiar-l... | aarne |
| 2015-11-05 | the visualization commands (aw,vd,vp,vt) can now show multiple trees. Previou... | aarne |
| 2015-11-05 | improved documentation of vp -showdep | aarne |
| 2015-11-04 | dependency labels in parse trees now with the -deps flag, -file=labels_file f... | aarne |
| 2015-11-04 | prepared visualize_parse for showing dependency labels | aarne |