| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-10 | Factor out common code from GF.Command.Commands and GF.Command.Commands2 | hallgren | |
| Created module GF.Command.CommonCommands with ~250 lines of code for commands that do not depend on the type of PGF in the environemnt, either because they don't use the PGF or because they are just documented here and implemented elsewhere. TODO: further refactoring so that documentation and implementation of *all* commands can be kept together. | |||
| 2015-08-10 | Refactor GF shell modules to improve modularity and reusability | hallgren | |
| + Move type CommandInfo from GF.Command.Commands to a new module GF.Commands.CommandInfo and make it independent of the PGF type. + Make the module GF.Command.Interpreter independent of the PGF type and eliminate the import of GF.Command.Commands. + Move the implementation of the "help" command to its own module GF.Command.Help | |||
