This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
gf-core
Watch
1
Star
0
Fork
1
You've already forked gf-core
mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced
2026-04-09 04:59:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1876e92d2c580973de623c97bb90903ae2ef7b35
gf-core
/
src
/
compiler
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
..
GF
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
SimpleEditor
ModuleName and Ident are now distinct types
2014-10-21 19:20:31 +00:00
GF.hs
Haddock documentation: expose exportPGF, some other small improvements
2014-12-08 14:48:14 +00:00