summaryrefslogtreecommitdiff
path: root/next-lib/src/parsing
AgeCommit message (Collapse)Author
2008-11-03Added 'parse' target to Make.hs.bjorn
2008-11-03ParseEng: StrandRelSlash as variant of RelSlash.bjorn
2008-10-31ParseEng: ise CompleBareVS as variant of ComplVSbjorn
2008-10-31Use BigLexEng in ParseEng.bjorn
2008-10-31BigLexEng: use mkV3 instead of dirdirV3bjorn
2008-10-31BigLexEng: drop superfluous parantheses.bjorn
2008-10-31BigLexEng: better use of mkV3, mkV2, mkN2.bjorn
2008-10-31BigLexEng: Get rid of the last mkV2 with empty second argument.bjorn
2008-10-31igLexEng: Use mkV2 : Str -> V2 instead of mkV2 (mkV "...")bjorn
2008-10-31BigLexEng: Use one-argument mkV2 instead of two-argument one with empty prep.bjorn
2008-10-31Update BigLexEng to use overloaded paradigms.bjorn
2008-10-31Added BigLexEng from mosg (originally from GF/example) to next-lib/parsing.bjorn
2008-10-31Added Pol argument to ExtraEng.Unc* to give them the same signatures as the ↵bjorn
standard (contracted) versions. This makes it easier to use Unc* as a variant without getting meta-variables when parsing,
2008-10-30Started working on a parsing grammar. English-only so far.bjorn