summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-24now for every category we store, in PGF, the list of functions for it in sour...krasimir
2010-03-23typo in CheckGrammarkrasimir
2010-03-23use the new more accurate location information for some error messageskrasimir
2010-03-23added codepage for Turkishkrasimir
2010-03-23added comment to every GF.Text.CPxxxx module about the purpose of the codepagekrasimir
2010-03-23add JavaScript API for completion. contributed by John J. Camillerikrasimir
2010-03-22fix checkInfoType in Parser.ykrasimir
2010-03-22www api command translategroup, which uses groupResultsaarne
2010-03-22store and propagate the exact source location for all judgements in the gramm...krasimir
2010-03-22PGF.groupResults and the option l -groups, to show ambiguities grouped by lag...aarne
2010-03-22transliteration for Urdukrasimir
2010-03-22produce optimized Lambda Prolog codekrasimir
2010-03-20added experimental generation of Lambda Prolog code. Could be used for exhaus...krasimir
2010-03-18pattern @ should be propagated to PGFkrasimir
2010-03-18fix the precedence for patterns ~, - and @krasimir
2010-03-18syntax for inaccessible patterns in GFkrasimir
2010-03-14bugfix in PGF.TypeCheckkrasimir
2010-03-13cleanup in PGF.Typecheck -> newGuardedMeta doesn't need the current scopekrasimir
2010-03-04Quick fix to adapt to new version of the PGF library.hallgren
2010-02-22rule for pretty printing implicit argumentskrasimir
2010-02-22add pretty printing rule for implicit patternskrasimir
2010-02-22refactor PGF.Expr and PGF.TypeCheck so that the evaluator always has access t...krasimir
2010-02-20bugfix in PGF.TypeCheckkrasimir
2010-02-17fix the Haskell code generationkrasimir
2010-02-17fix in PGF.Printerkrasimir
2010-02-17-output-format=pgf_pretty now prints the flags as wellkrasimir
2010-02-16fix the PGF printer for abstractkrasimir
2010-02-16no need to keep the list of constructors per category in .gfokrasimir
2010-02-08allow negative integers in the grammar syntaxkrasimir
2010-02-08generalized tour to a variable language by the script MkTouraarne
2010-02-07command cc now works even without loaded grammar. useful for testing closed e...krasimir
2010-02-06in verbose mode print the rule names when compiling PMCFGkrasimir
2010-02-05bugfix in GrammarToPGF related to the compilation of def ruleskrasimir
2010-02-03command eh ; lib/doc/tour startedaarne
2010-02-03fix the tabular printing when there is a V constructorkrasimir
2010-02-02gr for several metas fixed ; commented out one alternative in SammieGer to ma...aarne
2010-02-01commands mq and tq can take a tree with metas to guide generationaarne
2010-01-31command l -list ; fixed mq to work with the new tabularLinearizesaarne
2010-01-31refactor GF.Infra.Modules for better error messageskrasimir
2010-01-31add Show instance and remove the Eq and Ord instances for PGF.Expr.Equation a...krasimir
2010-01-30gt and gr can start from a tree with metavariables, just filling themaarne
2010-01-30code cleanup in PGF.TypeCheckkrasimir
2010-01-29bugfix in the PGF typechecker and more test caseskrasimir
2010-01-28example_based returns the list of all unknown wordsaarne
2010-01-28in example-based grammar conversion, warnings about unknown wordsaarne
2010-01-27command eb for example-based grammar conversion; see 'help eb' and the exampl...aarne
2010-01-27cleanup the code of the PGF interpreter and polish the binary serialization t...krasimir
2010-01-26bug fixes in biased generation ; example probs file in lib/srcaarne
2010-01-26probability ranking (rt) and gr -probs=FILEaarne
2010-01-26added probabilities to trees and random gen; not yet in shellaarne