GrammaticalFramework/gf-core

Reload import specified from command line

johnjcamilleri opened this issue · 0 comments

$ gf Test.gf
                              
         *  *  *              
      *           *           
    *               *         
   *                          
   *                          
   *        * * * * * *       
   *        *         *       
    *       * * * *  *        
      *     *      *          
         *  *  *              
                              
This is GF version 3.10.4. 
Built on darwin/x86_64 with ghc-8.2, flags: interrupt server c-runtime
License: see help -license.   

linking ... OK

Languages:
Test> r
no import in history

Surely the module I specified on the command line should count as an import?
This has driven me mad for years, so I'm finally fixing it creating an issue about it.