summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
AgeCommit message (Expand)Author
2016-06-09PGF service & minibar: only show dependency diagrams if the labels are knownhallgren
2016-05-22Changes for compatibility with GHC 8.0.1hallgren
2016-04-07GF.Command.Commands2: adapt gf -cshell to the changes in the previous patchhallgren
2016-04-07GF shell: fix a parsing problem with the cc commandhallgren
2016-03-22fix the handling of separators in BNFC which are not nonemptykrasimir
2016-03-22CFGtoPGF is now extended to support context-free grammars with primitive para...krasimir
2016-03-21initial support for BNFC syntax in context-free grammars for GF. Not all feat...krasimir
2016-02-23add lexer and unlexer for Ancient Greek accent normalizationleiss
2015-12-02GF shell, cc command: try to compute pre{...} tokens in token sequenceshallgren
2015-11-23vd -conll2latex now converts conll to latex. Without going through GF trees, ...aarne
2015-11-17added -output=latex to visialize_dependencies. This generates more familiar-l...aarne
2015-11-05the visualization commands (aw,vd,vp,vt) can now show multiple trees. Previou...aarne
2015-11-05improved documentation of vp -showdepaarne
2015-11-04dependency labels in parse trees now with the -deps flag, -file=labels_file f...aarne
2015-11-04prepared visualize_parse for showing dependency labelsaarne
2015-09-28Preliminary new shell feature: cc -trace.hallgren
2015-09-03GF shell: write_file now writes one tree per linehallgren
2015-08-28Comment out some dead code found with -fwarn-unused-bindshallgren
2015-08-26GF shell: change parse & linearize to obtain useful results from p|l and l|p ...hallgren
2015-08-21GF shell bug fix: visualize_parse didn't accept the -lang flaghallgren
2015-08-21GF -cshell: implement visualize_parsehallgren
2015-08-21gf -cshell: implement visualize_treehallgren
2015-08-20gf -cshell: implement a subset of print_grammar and abstract_infohallgren
2015-08-18gf -cshell: linearize: implement options -all -list -treebankhallgren
2015-08-18GF shell: restore the eh command to working order and document ithallgren
2015-08-13GF Shell: refactoring for improved modularity and reusability:hallgren
2015-08-12GF Shell: turn set_encoding into a common commandhallgren
2015-08-12GF shell: source commands (cc, sd, so, ss & dg) can now be used in pipeshallgren
2015-08-12Move welcome message from GF.Interactive & GF.Interactive2 to GF.Command.Mess...hallgren
2015-08-11GF shell: make environment types abstract, comment out some dead codehallgren
2015-08-10gf -cshell: improved help for the 'import' commandhallgren
2015-08-10Factor out common code from GF.Command.Commands and GF.Command.Commands2hallgren
2015-08-10gf -cshell: preliminary support for the C run-time system in the GF shellhallgren
2015-08-10Refactor GF shell modules to improve modularity and reusabilityhallgren
2015-04-20drop the dependency to FSTkrasimir
2015-03-05remove some more old codekrasimir
2015-02-27GF shell: fixed problems with previous change of the -retain flaghallgren
2014-11-10Documentation improvements and cleanup relating to the IOE monadhallgren
2014-10-22Various small changes for improved documentationhallgren
2014-10-19(un)lexmixed: added the other math environments than $ used in latexaarne
2014-10-17ps -lines preserves line-by-line structure when preprocessing files for parsi...aarne
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-07-28Convert from Text.PrettyPrint to GF.Text.Prettyhallgren
2014-07-27Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...hallgren
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2014-05-24now we compile context-free grammars directly to PGF without going via GF sou...kr.angelov
2014-03-21refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...kr.angelov
2014-01-09Check file datestamp before creating PGF file when compiling grammarshallgren
2013-12-06GF shell: fix help text for generate_treeshallgren
2013-11-19GF shell: improved system_pipe (aka "?") commandhallgren