| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-06-12 | added command ps -stringop, with stringop being (un)lexer defined in Lexing | aarne | |
| 2008-06-11 | restored the read_file command ; filename must be in quotes (to be fixed?) | aarne | |
| 2008-06-11 | allow spaces between command options; option -treebank in linearize | aarne | |
| 2008-06-10 | preliminary version of morpho analysis | aarne | |
| 2008-06-08 | sorting command list in Commands | aarne | |
| 2008-06-05 | longname, synopsis and explanation for all commands | krasimir | |
| 2008-06-05 | describe cc,e,ph,q and i in Commands also. Allows word completion | kr.angelov | |
| 2008-06-05 | remove the wc command | kr.angelov | |
| 2008-06-05 | complete word completion in the shell. works for commands, flags, options, ↵ | kr.angelov | |
| abstract syntax identifiers and NL strings | |||
| 2008-06-05 | use parser combinators to parse the shell commands. simplified CommandLine type | kr.angelov | |
| 2008-06-04 | cleanup, document and export the completion API | kr.angelov | |
| 2008-06-03 | Use readline for word completion | kr.angelov | |
| 2008-06-03 | fix conflicts | krasimir | |
| 2008-06-03 | Hackish version of the incremental parser | krasimir | |
| 2008-06-02 | Honor the --name flag when generating output files. Set module name in ↵ | bjorn | |
| generated Haskell modules correctly. | |||
| 2008-05-30 | cleaned up and documented PGF API | krasimir | |
| 2008-05-30 | replace GFCC with PGF in (almost) all places | krasimir | |
| 2008-05-30 | change the PGF.Data.Exp type | krasimir | |
| 2008-05-29 | change the library root namespace from GF.GFCC to PGF | krasimir | |
| 2008-05-28 | Switch 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-22 | move GF.Devel.PrintGFCC to GF.GFCC.PrintGFCC | kr.angelov | |
| 2008-05-21 | use ByteString internally in Ident, CId and Label | kr.angelov | |
| 2008-05-21 | GF/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 | |||
