GF
GF copied to clipboard
Archive of monolithic GF repository until 2018-07-25
There is an ongoing discussion about this issue [on the gf-dev mailing list](https://groups.google.com/d/topic/gf-dev/fedRMIi44pE/discussion).
Can u please help me to get the code for writing the given input text files and it should be written to an Excel file.Text file to Excel file is...
$ make AppGer.pgf mkdir -p ./gfos && gf -s -make -literal=PN,Symb -probs=./app.probs -gfo-dir ./gfos -name=AppGer AppGer.gf gf: out of memory (requested 1048576 bytes) Makefile:61: recipe for target 'AppGer.pgf' failed make:...
As I'm making changes to the Turkish resource grammar, I am starting to doubt if the changes I'm making are messing with the stuff I have implemented before. When I...
I am able to make .pgf file using the make command. But unable to find the tutorial/doc for creating .pgf_c binary from .pgf file.
considering the problem I had at #28 with the extensive use of variants in a large grammar, the `oper` `vars` was proposed as partial solution: ```gf -- hack to get...
I use a Cabal sandbox for my project, which requires the PGF library. I want to use my local copy of the GF repo, not the release from Hackage. So...
@krangelov Do you know why this is happening?. I was able to create the .so file but `runghc glosses.hs `command resulted in this error. ``` :~/GFT/GF-master/src/ui/android# runghc glosses.hs glosses.hs:1:8: Could...
Right now, the module [src/runtime/c/sg](https://github.com/GrammaticalFramework/GF/tree/master/src/runtime/c/sg) includes a custom version (namely sqlite3Btree.{c,h}) of an outdated snapshot of SQLite's source. These files mention functions such as `sqlite3StrICmp` which are nowhere defined and...
reading the [docs](http://www.grammaticalframework.org/doc/gf-refman.html#toc48) I found the following: > The type name `Integer` replaces in GF 3.0 the name `Int`, to avoid confusion with the abstract syntax type and to be...