| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also moved the translation quiz from demos/TransQuiz to src/www/TransQuiz so
that it will be installed by 'cabal install' along with the other files that
are installed for use by gf -server mode.
|
|
Needed by the translation quiz.
|
|
|
|
|
|
should be checked even more generally.
|
|
|
|
pgf_parse_result for more accurate timing
|
|
|
|
Added link to GFEP page.
|
|
Feel free to add to the release notes!
|
|
|
|
|
|
but don't show them in the startcat menu.
|
|
+ Preserve the startcat flag.
+ Preserve judgement order when possible (GF's parser does not preserve order
and does not record exact source locations, only line numbers)
|
|
|
|
|
|
|
|
But printname judgements are ignored for now.
Also fixed an UTF-8 encoding bug when parsing uploaded grammars in gf -server
mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fast lexical lookup from the same index
|
|
Style options inteded for some buttons used in example-based editing was
unintensionally applied to some other OK/Cancel buttons as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is an experimental feature. It requires server support for parsing and is
thus not available while offline, unlike most other editing functionality.
|
|
|
|
|
|
2) added notpresent tags; 3) compiles with Setup.hs and lib/src/Make.hs
|
|
compilation option.
|
|
|
|
which also makes the types PgfLzr and PgfParser redundant.
|
|
|
|
|
|
grammars as well
|
|
...in the function that computes the transitive closure of the grammar
inheritance relation.
|
|
|
|
|