summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-31added giza Alignments with command ga and merged the rendering algorithm for ...ramona.enache
2010-10-28minibar.js: bug fix: when not using group translation, and a particular langu...hallgren
2010-10-28minibar.js: bug fix: the To: menu wasn't updated properly when switching gram...hallgren
2010-10-27update the testsuite. Now we can typecheck more programs than beforekrasimir
2010-10-26minibar: restructured code and improved user interfacehallgren
2010-10-26support.js: some enhancements and new functionshallgren
2010-10-26new numerals/amharic.gf by Markosaarne
2010-10-25when faced with hard unification problem the type checker should just postpon...krasimir
2010-10-25when we print the bracketed string it is useful to print the attached metavar...krasimir
2010-10-25update the testsuite to the latest state of the compiler/interpreterkrasimir
2010-10-25fixed typo in GeneratePMCFG.hs. fidFloat -> fidVarkrasimir
2010-10-25During the compilation, the final message "OK" should be displayed only if we...krasimir
2010-10-21change the TcM monad to continuation passing style. The old monad caused stac...krasimir
2010-10-21added week day's names in SUMO for Bulgarian and Swedishkrasimir
2010-10-21support for proof search with high-order functionskrasimir
2010-10-20functorized Query and added Sweaarne
2010-10-20bugfix in the term generationkrasimir
2010-10-20fixed typo which broke the parsing with -openclasskrasimir
2010-10-19in the type checker monad we should use lazy pattern matching because otherwi...krasimir
2010-10-18in tutorial/smart remove the hack that forced the proof object to be resolvedkrasimir
2010-10-18added explicit depth parameter to the parsing API and the corresponding comma...krasimir
2010-10-18typo in PGF.TypeCheck which spoiled the previous patchkrasimir
2010-10-18now we use the GF reasoner to fillin meta variables in the abstract trees gen...krasimir
2010-10-18forgot Birds.gfkrasimir
2010-10-18translation to English of the Birds dictionarykrasimir
2010-10-23minibar.html: add a <noscript> element with a note that the page doesn't work...hallgren
2010-10-18minibar.js: show the type error messages that can occur for grammars with dep...hallgren
2010-10-18small Swedish/Bulgarian dictionary of birds in SUMOkrasimir
2010-10-17minibar.js: add an option to enable/disable the Random buttonhallgren
2010-10-16added .authorspellings file in the root directorykrasimir
2010-10-14now since the type checking monad TcM is nondeterministic we can use the same...krasimir
2010-10-13generalize the nqueens function in NQueens.gfkrasimir
2010-10-13add start category S in NQueens. This helps the EditorApp to find the start c...krasimir
2010-10-13use "-" and ";" instead of "_" and "\n" in NQueenskrasimir
2010-10-13bugfix in PGF.VisualizeTree for handling trees with implicit argumentskrasimir
2010-10-13WebUI: show error when depth/limit has invalid valuekrasimir
2010-10-13fix PGF.Generate.restart. The restart should be done only if there are some s...krasimir
2010-10-13the PGF service now can do both random and exhaustive generation. these funct...krasimir
2010-10-13improved Web UI for querieskrasimir
2010-10-12added option -depth to command grkrasimir
2010-10-11the exhaustive/random generator now knows how to handle computable functions ...krasimir
2010-10-11update NQueens to use: 1) lists i.e. [Nat]; 2) implicit argumentskrasimir
2010-10-11now the generation from template with meta-variables respects the dependent t...krasimir
2010-10-10extended CountriesAndRegionsRon.gfkrasimir
2010-10-07added dummy search box for documentskrasimir
2010-10-07use TabBar for the links in the upper-left corner of the editorkrasimir
2010-10-07dummy UI for documents saving/loading in the editorkrasimir
2010-10-02forgot to remove a trace messagekrasimir
2010-10-02backtracking for random generation is not enough. we must restart the search ...krasimir
2010-10-02refactor the API for random generation again. Now PGF contains probabilities ...krasimir