summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/printer.c
AgeCommit message (Expand)Author
2019-06-24share some code for printingkrangelov
2017-08-22a nicer pretty printing for the PGF formatKrasimir Angelov
2017-04-19explicitly classify all functions in libpgf as either internal or API functionskrasimir
2015-05-11added all orthographic primitiveskrasimir
2014-10-09Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...kr.angelov
2014-10-09replace the hash maps in the abstract syntax with binary search tableskr.angelov
2013-11-22the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...kr.angelov
2013-11-12added Predef.SOFT_BIND. This special token allows zero or more spaces between...kr.angelov
2013-11-06the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...kr.angelov
2013-10-30added the linref construction in GF. The PGF version number is now bumpedkr.angelov
2013-10-09a major redesign in the C runtime. The parser and the linearizer now fully su...kr.angelov
2013-10-07fix the grammar printer after the change of GuString in libgukr.angelov
2013-09-27a major refactoring in the C and the Haskell runtimes. Note incompatible chan...kr.angelov
2013-09-17a major refactoring in the C runtime. GuList is now removed and replaced with...kr.angelov
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-08-23nonExist now does the expected thingkr.angelov
2013-06-27a complete Python API for reading, printing and manipulation of abstract tree...kr.angelov
2013-05-30bugfix for the grammar printer in the C runtimekr.angelov
2013-04-18added API for computing bracketed strings from Python and Ckr.angelov
2013-02-11refactoring: now all named objects in the C runtime have an explicit name fieldkr.angelov
2013-02-11remove the pgf2yaml tool which was both broken and redundant. The declaration...kr.angelov
2012-05-08a new unbiased statistical parser. it is still far from perfect use it on you...kr.angelov
2012-03-05libpgf: now all concrete functions and categories are explicitly linked to th...kr.angelov
2012-02-24libpgf: simple fix in the grammar printer and the readerkr.angelov
2012-02-17libpgf: simplify the loading of PgfCncCatkr.angelov
2012-02-17libpgf: added printer.ckr.angelov