This website requires JavaScript.
Explore
Help
Sign In
msyds
/
gf-core
Watch
1
Star
0
Fork
0
You've already forked gf-core
forked from
GitHub/gf-core
Code
Pull Requests
Activity
Files
1876e92d2c580973de623c97bb90903ae2ef7b35
gf-core
/
src
History
aarne
e1ca534f70
the visualization commands (aw,vd,vp,vt) can now show multiple trees. Previously they only showed one tree even if there were for instance after ambiguous parsing. The reason was that dot (graphviz) ignored all graphs but the first one. Now the graphs are put into separate files. The 'convert' command from ImageMagick package is used to combine them to one pdf. If this is a problem, the old behaviour can be restored by the -number=1 option to the tree-generating command, which cuts away all trees but the one and doesn't require ImageMagick.
2015-11-05 16:47:41 +00:00
..
binary
/Data
Comment out some dead code found with -fwarn-unused-binds
2015-08-28 13:59:43 +00:00
compiler
the visualization commands (aw,vd,vp,vt) can now show multiple trees. Previously they only showed one tree even if there were for instance after ambiguous parsing. The reason was that dot (graphviz) ignored all graphs but the first one. Now the graphs are put into separate files. The 'convert' command from ImageMagick package is used to combine them to one pdf. If this is a problem, the old behaviour can be restored by the -number=1 option to the tree-generating command, which cuts away all trees but the one and doesn't require ImageMagick.
2015-11-05 16:47:41 +00:00
example-based
Comment out some dead code found with -fwarn-unused-binds
2015-08-28 13:59:43 +00:00
pgf-binary
src/pgf-binary: reimplementation of GF's customized Data.Binary on top of the standard binary packages
2015-09-04 12:58:29 +00:00
programs
Rename src/programs/gf.hs to gf-main.hs to avoid confusing GHC
2014-10-16 15:21:00 +00:00
runtime
vp -showdep: as default label for the first (incl. only) argument, don't use dep#0 but assume it is the head
2015-11-05 08:30:13 +00:00
server
prepared visualize_parse for showing dependency labels
2015-11-04 17:28:09 +00:00
tools
Created a new page documenting available editor modes for GF
2011-09-20 12:41:32 +00:00
ui
libsg is now accessible on android
2015-09-04 11:18:21 +00:00
www
Wide coverage translation demo: make it easier to use with different grammars
2015-09-02 14:44:30 +00:00