summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-11-30Transfer compiler: don't load the same module twice.bringert
2005-11-30Transfer compiler now has a search path. Use -ipath to add to the path. ↵bringert
Created CompilerAPI.
2005-11-30Moved class stuff to prelude.bringert
2005-11-30Remove more useless pattern matching and variable bindings in transfer ↵bringert
compilation.
2005-11-30added transfer casesaarne
2005-11-30transfer added to GF command interpreterarne
2005-11-29Use rec and sig for records.bringert
2005-11-29Transfer: let expressions caused non-termination due to excessive ↵bringert
strictness, fixed.
2005-11-29Transfer: added derive composFoldbringert
2005-11-29Transfer: support printing meta variable values.bringert
2005-11-29Transfer: don't eta-expand overshadowed constructors.bringert
2005-11-29Fixed type argument to recursive call in generated composOp.bringert
2005-11-29In transfer beta reduction optimization: reduce bottom-up instead of top-down.bringert
2005-11-29Added meta variables to transfer front-end and core.bringert
2005-11-29Transfer generation: cat constructors should not have tree types.bringert
2005-11-29Transfer data type generation now uses the Tree type constructor for data ↵bringert
constructor types.
2005-11-29Added GrammarToTransfer. It works, except that the constructor types are ↵bringert
missing Tree here and there.
2005-11-28Transfer compiler: extended variable removal to variables bound in case ↵bringert
expressions.
2005-11-28Transfer compilation: Change varibles which are not used to wildcards.bringert
2005-11-28Fixed transfer composOp generation to support tree types that don't take a ↵bringert
single type argument.
2005-11-28Changed precedence of projection to be higher than application.bringert
2005-11-28Regenerated transfer layout syntax module with bug-fixed BNFC. Fixed ↵bringert
printing of tokens in correct positions in the layout test program.
2005-11-28Cleaned up closure stuff in the transfer interpreter.bringert
2005-11-25Added evaluateExp and builtin to InterpreterAPI. Check for EOF in ↵bringert
interactive transfer interpreter mode.
2005-11-25questions and transfer in shell stateaarne
2005-11-25Move transfer into the GF repo.bringert
2005-11-24solved: path problem in SimpleGFCpeb
2005-11-24simple problem tracingaarne
2005-11-23extending proto resource APIaarne
2005-11-23Make tools/mktoday.sh executable in dist and snapshot. Reported by Johan ↵bringert
Bockgård.
2005-11-23Added srgs_xml_prob to HelpFile.bringert
2005-11-22experimenting with English VPaarne
2005-11-18Fixed bugs in the snapshot versioning code.bringert
2005-11-18Fixed snapshot building to use data-based version number.bringert
2005-11-18matching with ""aarne
2005-11-17nondeterministic lexer, e.g. subseqsaarne
2005-11-17Updated ReleaseProcedure with darcs stuff.bringert
2005-11-17Changed Makefile use of CVS for creating dists to use darcs.bringert
2005-11-17Document version requirements for ssh.bringert
2005-11-16"Committed_by_peb"peb
2005-11-15work on cfaarne
2005-11-15extended cf syntax; Det experimentaarne
2005-11-14arbitrary lincat records; noparse pragmasaarne
2005-11-11compilation of functorsaarne
2005-11-11Made mapAssignM more efficient.bringert
2005-11-11More efficient implementations of mapPairsM and mapPairListMbringert
2005-11-11Allow disabling signal support in configure.bringert
2005-11-10Prepared for generation of finite automata in C.bringert
2005-11-10Moved FA and regular grammar printers to a separate module.bringert
2005-11-09started IDE support projectaarne