summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command
AgeCommit message (Collapse)Author
2008-06-12added command ps -stringop, with stringop being (un)lexer defined in Lexingaarne
2008-06-11restored the read_file command ; filename must be in quotes (to be fixed?)aarne
2008-06-11allow spaces between command options; option -treebank in linearizeaarne
2008-06-10preliminary version of morpho analysisaarne
2008-06-08force the interpreter to flush the output. usefull for the testsuitekrasimir
2008-06-08sorting command list in Commandsaarne
2008-06-05longname, synopsis and explanation for all commandskrasimir
2008-06-05describe cc,e,ph,q and i in Commands also. Allows word completionkr.angelov
2008-06-05remove the wc commandkr.angelov
2008-06-05complete word completion in the shell. works for commands, flags, options, ↵kr.angelov
abstract syntax identifiers and NL strings
2008-06-05use parser combinators to parse the shell commands. simplified CommandLine typekr.angelov
2008-06-04cleanup, document and export the completion APIkr.angelov
2008-06-03Use readline for word completionkr.angelov
2008-06-03fix conflictskrasimir
2008-06-03Hackish version of the incremental parserkrasimir
2008-06-02Honor the --name flag when generating output files. Set module name in ↵bjorn
generated Haskell modules correctly.
2008-05-30Refactor GFI to treat command line files and the i command uniformly. ↵bjorn
Disable CSE by default in GFI.
2008-05-30cleaned up and documented PGF APIkrasimir
2008-05-30replace GFCC with PGF in (almost) all placeskrasimir
2008-05-30change the PGF.Data.Exp typekrasimir
2008-05-29change the library root namespace from GF.GFCC to PGFkrasimir
2008-05-28Switch to new options handling.bjorn
This changes lots of stuff, let me know if it broke anything. Comments: - We use a local hacked version of GetOpt that allows long forms of commands to start with a single dash. This breaks other parts of GetOpt. For example, arguments to short options now require a =, and does not allo pace after the option character. - The new command parsing is currently only used for the program command line, pragmas and the arguments for the 'i' shell command. - I made a quick hack for the options for showTerm, which currently makes it impossible to use the print style flags for cc. This will be replaced by a facility for parsing command-specific options. - The verbosity handling is broken in some places. I will fix that in a later patch.
2008-05-24support for source gr and i -retain in GFI envaarne
2008-05-23allow Ctrl+Break in the shell. Works on Windows too.kr.angelov
2008-05-23add Cabal description for GFkr.angelov
2008-05-22move GF.Devel.PrintGFCC to GF.GFCC.PrintGFCCkr.angelov
2008-05-22move GF.Devel.UseIO to GF.Infra.UseIOkr.angelov
2008-05-22move GF.Devel.Compile and GF.Compile.API to GF.Compilekr.angelov
2008-05-21use ByteString internally in Ident, CId and Labelkr.angelov
2008-05-21GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way ↵aarne
until the release of GF 3