summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-21clumsy fix for nonExist in pgf-translatekr.angelov
2013-10-21bugfix for the custom literals in the C runtimekr.angelov
2013-10-21fix the grammar serialization for nonExist and BINDkr.angelov
2013-10-12add keyboard input in the android appkr.angelov
2013-10-11synchronize the target languages in the main activity with the one in the lex...kr.angelov
2013-10-11better lexicon viewkr.angelov
2013-10-11make MorphoAnalysis serializablekr.angelov
2013-10-11readExpr in the Java bindingkr.angelov
2013-10-10added 'make ParseFre' and 'make ParseEngFre' to lib/src/Makefile; added the s...aarne
2013-10-10an improvised dictionary mode in the Android translatorkr.angelov
2013-10-09added lookupMorpho in the Java bindingkr.angelov
2013-10-09fix in the Java bindingkr.angelov
2013-10-09avoid warning in parser.c when debugging is OFFkr.angelov
2013-10-09lexer.c is now exluded from the makefile for Android since the new runtime do...kr.angelov
2013-10-09a major redesign in the C runtime. The parser and the linearizer now fully su...kr.angelov
2013-10-09added gu_is_space in gu/utf8.h. this helps to avoid the dependency on the bro...kr.angelov
2013-10-08remove libjpgf.so from darcskr.angelov
2013-10-08fix the robust parser after the change of GuStringkr.angelov
2013-10-08rename the Android translator from GFVoiceExample to GFTranslatorkr.angelov
2013-10-08a quick hack in the Android translation for parsing Chinesekr.angelov
2013-10-08bugfix in GNU lightning for ARMkr.angelov
2013-10-07ensure that the grammar is loaded only once even if the main activity is recr...kr.angelov
2013-10-07ensure that the grammar is loaded only oncekr.angelov
2013-10-07in case of parse error report the token on Androidkr.angelov
2013-10-07remove the binaries for the grammar, the .so file and .jar file in the Androi...kr.angelov
2013-10-07remove the custom background in activity_main.xml since it is not backward co...kr.angelov
2013-10-07fix the grammar printer after the change of GuString in libgukr.angelov
2013-10-04remove the grammar copying from the Android UI since now we can load grammars...kr.angelov
2013-10-04Add new Android voice translator sample appbringert
2013-10-04fixes in the Java binding after the refactoring of GuStringkr.angelov
2013-10-04suppress warning in graphviz.ckr.angelov
2013-10-04GuString is now an ordinary C string - it makes live easier. In addition PgfS...kr.angelov
2013-10-03space leak in the Java bindingkr.angelov
2013-10-03the symbol for nonExist in the GF runtime should be the last. this simplifies...kr.angelov
2013-10-02something in the typeinferencer of the latest GHC has changed. I need to add ...kr.angelov
2013-09-30fix the bracketed linearization in Python after the introduction of nonExist ...kr.angelov
2013-09-30fix the graphviz visualization after the introduction of nonExist and BINDkr.angelov
2013-09-23the compiler now sorts the list of sequences in the PGF fileskr.angelov
2013-09-30better handling for nonExist in the C runtime. BIND is also supported in the ...kr.angelov
2013-09-27a major refactoring in the C and the Haskell runtimes. Note incompatible chan...kr.angelov
2013-09-26remove pgf/edsl.h from the C runtimekr.angelov
2013-09-26add gu_variant_close in libgukr.angelov
2013-09-25fix the debug mode of the parser after the refactoring in libgukr.angelov
2013-09-25added assertion in the JIT compiler which checks that we are not going outsid...kr.angelov
2013-09-25fix a typo in src/runtime/javascript/translator.htmlkr.angelov
2013-09-24a small fix in the python binding after the refactoring in the C runtimekr.angelov
2013-09-23GrammarToPGF now looks only at the top modules for the PGF flagskr.angelov
2013-09-23fix a warning in the compilerkr.angelov
2013-09-23GF.Grammar.Grammar.allExtends now returns a list of source modules instead of...kr.angelov
2013-09-20Comment out identifier refreshing code only used by the removed refresh passhallgren