summaryrefslogtreecommitdiff
path: root/src-3.0
AgeCommit message (Collapse)Author
2008-06-13make with test treesaarne
2008-06-12file name as option in commandsaarne
2008-06-12Get JSGF generation to compile. Still untested.bjorn
2008-06-12Add GF.Speech.SRG.isExternalCatbjorn
2008-06-12Rename GF.Speech.SRGS to GF.Speech.SRGS_XMLbjorn
2008-06-12Added unmodified GF.Speech.PrJSGF back in.bjorn
2008-06-12Exclude literal categories from generated VoiceXML.bjorn
2008-06-12added command ps -stringop, with stringop being (un)lexer defined in Lexingaarne
2008-06-12fix the tree extractor in the incremental parser to check for cyclic charts ↵krasimir
and coercion rules.
2008-06-12add generation of erasing PMCFG grammarskrasimir
2008-06-12treating Int as PredefAbs.Int in lookupaarne
2008-06-11use import System.Cmd instead of import System. It is in the process package ↵krasimir
and we already depend on it.
2008-06-11restored the read_file command ; filename must be in quotes (to be fixed?)aarne
2008-06-11system command (!) in gf3 shellaarne
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-05file name completion for command ikr.angelov
2008-06-05fix the error checking in the word completionkr.angelov
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-05in initState report the error strictly. This allows to catch it easilykr.angelov
2008-06-05lookParser already returns Nothing if there is no parser. Don't generate errorkr.angelov
2008-06-05use parser combinators to parse the shell commands. simplified CommandLine typekr.angelov
2008-06-04back to breadth first search. Fixes the the "I am here" bugkr.angelov
2008-06-04do the cyrilic trick for Windows in gf3 alsokr.angelov
2008-06-04cleanup, document and export the completion APIkr.angelov
2008-06-03Get VoiceXML generation working.bjorn
2008-06-03Added lookPrintName.bjorn
2008-06-03Added (still unchanged) GF.Speech.VoiceXML.bjorn
2008-06-03Don't suffix start category name with _cat in SRGS XML printing.bjorn
2008-06-03Added "bnf" output format for debugging.bjorn
2008-06-03Added options to support SRG printing.bjorn
2008-06-03Added speech recognition grammar generation code. There is no way yet to ↵bjorn
invoke the SRG printer, and only SRGS is included.
2008-06-03Add GF.Data.XML from old source. This is required by the SRGS printer.bjorn
2008-06-03Use readline for word completionkr.angelov
2008-06-03add setCompletionFunction in GF.System.Readlinekr.angelov
2008-06-03fix conflictskrasimir
2008-06-03Redesign and opimize the incremental parserkrasimir
2008-06-03Hackish version of the incremental parserkrasimir
2008-06-03possible to inherit an overload group without excluding+openingaarne
2008-06-03eliminated copying of inherited overload branchesaarne
2008-06-03overload extension: syntax overload OldModule* {def*}aarne
2008-06-01added an argument place to ResOverload for extended overloadsaarne
2008-06-02Fixed generated Haskell modules to use only the PGF module.bjorn
2008-06-02Honor the --name flag when generating output files. Set module name in ↵bjorn
generated Haskell modules correctly.
2008-05-30Changes lookConcrFlag to return Maybe.bjorn