| Age | Commit message (Collapse) | Author |
|
|
|
fields with their corresponding abstract categories
|
|
|
|
|
|
|
|
|
|
|
|
|
|
generated code
|
|
These prevented GF from being built with C run-time support (-fc-runtime).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
still ok.
|
|
|
|
|
|
bindings
|
|
|
|
|
|
Haskell binding
|
|
|
|
|
|
|
|
|
|
|
|
src/runtime/java/Makefile
|
|
|
|
book examples. However, if the grammar has any multiline rules, all of them must have semicolons.
|
|
Ravishankar
|
|
|
|
|
|
|
|
The function listCaches returns an empty list instead of the contents
of the cached C run-time system PGFs when compiled without C-run-time support
This gave rise to an ambiguity in GF.Server.
|
|
|
|
gf.cabal: include more GHC versions in the Tested-Width field.
|
|
Also add a few paragraphs listing undocumented commands and
briefly describing the commands that use the C run-time system.
|
|
|
|
This is the GFWebServiceAPI.wiki rescued from the Google Code Archive,
converted to txt2tags format, with an updated introduction.
|
|
|
|
|
|
to cover the case where the list of arcs is empty
|
|
Factor out common CSS from gfse/editor.css into clouds.css.
|
|
minibar.html now reads config.js and if it defines grammar_list, only the
grammars listed there will show up in the grammar menu.
|
|
+ The PGF service now reads and caches dependency label configuration files.
+ The grammar info returned by command=grammar has a new boolean field
'hasDependencyLabels' to indicate if dependency labels were found for
the grammar. Also, command=deptree will now fail if no labels are present.
+ The minibar only shows word dependency trees if labels are present.
+ Also changed the type of getDepLabels from [String] -> Labels to
String -> Labels, since all uses were in the form "getDepLabels . lines".
|
|
|
|
|
|
|