summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2014-01-17haskell-bind: add a cabal file and examples/pgf-shell.hshallgren
2014-01-17haskell-bind: change the type of CRuntimeFFI.getConcrhallgren
2013-12-17make sure that pgf_concrete_load has no effect on grammars that are completel...kr.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-10load/unload in the Java bindingkr.angelov
2013-12-10Haskell bindings for the C runtimeinari
2013-12-10loading and unloading of languages in the C runtime and in the Python bindingskr.angelov
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-27better dictionary visualization in the Android Appkr.angelov
2013-11-27added API in the C runtime and the Java binding for checking whether a given ...kr.angelov
2013-11-27update the project files for the Java bindingkr.angelov
2013-11-27space leak in the Java bindingkr.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-22bugfix in the debug mode for the parserkr.angelov
2013-11-21bugfix in the C runtimekr.angelov
2013-11-21the Java binding for lookupMorpho should release the local references created...kr.angelov
2013-11-20fix in the Python bindingkr.angelov
2013-11-18bugfix in the robust parserkr.angelov
2013-11-18add gu_buf_insert in libgukr.angelov
2013-11-15fixes in the C runtime to avoid warnings when compiling on MacOSkr.angelov
2013-11-15pgf_read should open the grammar file in binary mode to prevent the Windows r...kr.angelov
2013-11-15pgf_reader_done should do nothing if the reading has failedkr.angelov
2013-11-15add additional options for compiling the Java binding on Windows (suggested b...kr.angelov
2013-11-13bugfix in the C runtime which had made the parser up to 200 times slower for ...kr.angelov
2013-11-12added Predef.SOFT_BIND. This special token allows zero or more spaces between...kr.angelov
2013-11-07factor of 3 speedup for the translation without slowing down the grammar load...kr.angelov
2013-11-07bugfix in the binary search implementation in libgukr.angelov
2013-11-07remove redundant type signature in gu/seq.hkr.angelov
2013-11-07fix for the memory allocation in the jitter which should work for Windows.kr.angelov
2013-11-07the 'Release' configuration in Eclipse is renamed to 'Release (posix)'. In ad...kr.angelov
2013-11-07added #ifdef to detect MinGW in the Java binding and to import the right head...kr.angelov
2013-11-06fix in the parsing with prekr.angelov
2013-11-06bugfix in the Java bindingkr.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-06when printing floating literals use %lg instead of %lf for better outputkr.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-11-04fix the debug mode of the JIT compiler after the refactoring in libgukr.angelov
2013-11-04A simple type checker in the C runtime. Dependent types are not supported yet...kr.angelov
2013-11-04bug fix in the linearizerkr.angelov
2013-11-02linearization for HOAS trees. It should word but we need a type checker in or...kr.angelov
2013-11-02remove the include of lexer.h from pgf-parsekr.angelov
2013-11-01fix the parseval metric after the redesign in the C runtimekr.angelov
2013-11-01bugfix in the linearizerkr.angelov
2013-11-01make gu_exn_is_raised non inlined. this is useful to make it callable from Ha...kr.angelov