summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
AgeCommit message (Expand)Author
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
2013-11-12Fix Issue 60: Weird output when executing system commands from the gf shellhallgren
2013-11-11Fix issue 61: GF shell cannot parse a system command ending with a spacehallgren
2013-11-06Make PGF.Tree internalhallgren
2013-11-06the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...kr.angelov
2013-11-05added a -treebank option to the lc commandaarne
2013-11-05linearization by chunks in the GF shell: a new command 'lc' needed because 'l...aarne
2013-11-05Eliminate mutual dependencies between the GF compiler and the PGF libraryhallgren
2013-10-30linref is now used by the linearizer. The visible change is that the 'l' comm...kr.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-09-19Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remainhallgren
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-08PGF.hs: export function missingLinshallgren
2013-03-29option pt -funs to show all fun's in a treeaarne
2013-03-13pt -nub to remove duplicate trees from a list returned e.g. by a parseraarne
2013-03-12command pt -subtrees that analyses a tree into the set of subtrees. Using pt ...aarne
2013-02-03pg -lexc now writes a list of multichar symbols and a title ("Root") for the ...aarne
2012-11-22better visualization of parse treespeter.ljunglof
2012-10-16GF.Command.Command: turn CommandOutput into a newtypehallgren
2012-09-25Use the SIO monad in the GF shellhallgren
2012-09-25GF.Command.Commands: allCommands is now a constanthallgren
2012-08-29A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...kr.angelov
2012-06-10command option ma -known to drop unknown wordsaarne
2012-03-26Workaround for bug in ghc-7.2.2hallgren
2011-11-02Now the compiler maintains more precise information for the source locations ...kr.angelov
2011-11-01Fixed a typo in the shell online helpNick Frolov
2011-09-25structured examples in help into pairs (command,explanation)aarne
2011-09-22the sd -size command now shows the size of all code needed for defining an operaarne
2011-09-22documented the ss commandaarne
2011-09-21commands ss to show source, and sd to show the dependencies of a constantaarne
2011-09-15Add a command name header to the 'help -t2t' outputhallgren
2011-09-14Omit empty sections in gf help outputhallgren
2011-09-14GF shell command 'help -t2t' outputs help in txt2tags formathallgren