summaryrefslogtreecommitdiff
path: root/src/runtime/haskell
AgeCommit message (Expand)Author
2014-10-16finally proper stack unwind in the evaluatorkr.angelov
2014-10-14the compiler now allows + to be used as a floating point addition in the abst...kr.angelov
2014-10-09Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...kr.angelov
2014-10-06using instruction RET was wrong; now use EVALkr.angelov
2014-09-29bugfix in the pattern matching compiler and a number of other fixes that I so...kr.angelov
2014-09-11a major revision of the bytecode generator and JIT compiler. the effect is th...kr.angelov
2014-09-05the code for def rules now uses proper graph update to preserve lazynesskr.angelov
2014-09-05full support for recursive def rules in the C runtimekr.angelov
2014-09-01partial implementation for recursive def ruleskr.angelov
2014-08-13Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8hallgren
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-07-15PGF Web Service: include entire completion in full modejohn.j.camilleri
2014-07-11PGF web service: Return additional completion info with 'full' flagjohn
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2014-04-09Change the type of PGF.Lexing.bindTok to [String] -> [String]hallgren
2014-04-09Unlexers: move capitalization of first word from GF.Text.Lexing to PGF.Lexinghallgren
2014-04-09PGF Service: a bit more clever lexer=texthallgren
2014-04-08Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexinghallgren
2014-03-12ensure that negative probabilities are always avoidedkr.angelov
2014-02-10Restore compatibility with GHC 7.0hallgren
2014-02-04PGF.Optimize: one more fix for unsafeFreezehallgren
2014-02-04PGF.Optimize: import unsafeFreeze from Data.Array.Unsafe for compatibility wi...hallgren
2014-01-31fix in the bracketedLinearize in Haskellkr.angelov
2014-01-24fix in the Haskell runtimekr.angelov
2013-12-17Add backward compatibility for reading old PGF fileshallgren
2013-12-10move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess ...kr.angelov
2013-12-10Haskell bindings for the C runtimeinari
2013-12-10bugfix in the grammar splitterkr.angelov
2013-12-10option --split-pgf replaces option --mk-index. This splits the PGF into one f...kr.angelov
2013-11-29-optimize-pgf should also apply to the linrefskr.angelov
2013-11-26Represent identifiers as UTF-8-encoded ByteStringshallgren
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-06Remove PGF.Signaturehallgren
2013-11-06the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...kr.angelov
2013-11-05linearization by chunks in the GF shell: a new command 'lc' needed because 'l...aarne
2013-11-05Eliminate mutual dependencies between the GF compiler and the PGF libraryhallgren
2013-10-31Add a cabal flag to use the standard binary packagehallgren
2013-10-30linref is now used by the linearizer. The visible change is that the 'l' comm...kr.angelov
2013-10-30added the linref construction in GF. The PGF version number is now bumpedkr.angelov
2013-10-24Functions merge trees into tries in the GF Shell and the PGF web servicehallgren
2013-10-21fix the grammar serialization for nonExist and BINDkr.angelov
2013-10-03the symbol for nonExist in the GF runtime should be the last. this simplifies...kr.angelov
2013-09-27a major refactoring in the C and the Haskell runtimes. Note incompatible chan...kr.angelov
2013-09-03fix for linearization with 'pre'kr.angelov
2013-09-03fix in the GF compiler and runtime which let us to define pre construct detec...kr.angelov
2013-08-23nonExist now does the expected thingkr.angelov
2013-07-30the first approximation for a statistical model consistent with dependent typ...kr.angelov
2013-05-03[haskell runtime] Remove trailing whitespaces in VisualizeTree.hsgregoire.detrez
2013-04-21reverse the direction of the arcs in the dependency treeskr.angelov