Evaluation & feedback
Evaluation & feedback
Please try to use the plugin for developing your own GF projects and report any issues you come up against. Feedback (both negative and positive) on the following would be appreciated:
- Issues encountered with installation
- Incorrect support of GF syntactic constructs, module hierarchy system
- Performance issues (speed, resources footprint)
- General intuitiveness of the UI
- Feature wish-list
- Compatibilities / conflicts with other Eclipse plugins
For all bug reports and feature requests, please use the GitHub Issue Tracker.
Appendix
Module types
Description of the GF module types and their icons within the GF Eclipse Plugin.
Icon | Description | Notes |
---|---|---|
Abstract module | abstract Foods = {...} |
|
Concrete module | concrete FoodsEng of Foods = {...} |
|
Resource module | resource ResFoods = {...} |
|
Interface | interface LexFoods = {...} |
|
Instance | instance LexFoodsEng of LexFoods = {...} |
|
Functor | incomplete concrete FoodsI of Foods = {...} |
|
Functor instantiation | concrete FoodsEng of Foods = FoodsI with (...) {...} |
Build command
This is the GF command run by the builder:
gf --v=0 --tags --output-dir=.gfbuild [--path=PATH] FILE
- Printer-friendly version
- Login to post comments
- Slides
What links here
No backlinks found.