| Age | Commit message (Collapse) | Author |
|
with GuSeq. The GuSeq/GuBuf API is simplified
|
|
|
|
|
|
|
|
loading without speeding up parsing a lot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ARM headers of GNU lightning
|
|
|
|
|
|
for the other CPUs
|
|
|
|
This problem showed up after delaing eta expansion until just before partial
evaluation
|
|
This seems to work for the most part, but a problem showed up in WordsCat.gf in
the phrasebook.
|
|
Before, they were silently converted to linear patterns.
Nonlinear patterns in MorphoCat.gf, ParadigmsGre.gf and ParadigmsFin.gf have
been make linear by renaming pattern variables.
|
|
|
|
|
|
The refresh pass does not correctly keep track of the scope of local variables
and can convert things like \x->(\x->x) x into \x1->(\x2->x2) x2. Fortunately,
it appears that the refresh pass is not needed anymore, so it has been removed.
|
|
|
|
little benefit
|
|
|
|
The function GF.Grammar.PatternMatch.isInConstantForm returned False for all
tables, causing matchPattern to fail, claiming that "variables occur in" the
term if it contains tables.
This problem is several years old, confirmed present in GF 3.2.10 (Oct 2010).
|
|
makes it easier to load grammars from the assets folder in Android
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The old and broken Makefile is now removed
|
|
|
|
|
|
|
|
for Android is temporary disabled
|
|
|
|
|
|
the dependency on the ./configure script
|
|
|
|
|
|
|
|
|
|
detecting whether this is the last token.
|
|
|
|
memory allocated in C.
|