| Age | Commit message (Collapse) | Author |
|
from deprecated
|
|
synonym of Expr
|
|
|
|
|
|
|
|
merge Flags and ModuleFlags.
|
|
elimination optimization in PMCFG
|
|
data types.
|
|
startcatonly CFG trasnformation. Removed output formats that are now easily done with --cfg: "regular", "nolr".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GF.Speech.PGFToCFG, but should probably move somewhere else.
|
|
|
|
generated Haskell modules.
|
|
* output a PGF grammar in prolog readable syntax
* variables in abstract syntax (hypotheses and lambda-abstractions)
are translated to unique logical variables
* PGF terms in concrete syntax are translated to more prolog-like terms
|
|
|
|
|
|
printing instead of walking through the PGF structure before pretty-printing.
The old code was brittle, and only converted strings in the lins and opers, not in printnames and parsers. The old code also double encoded some grammars when using gfc to combine PGF files.
|
|
|
|
|
|
|