Parcourir la source

Autoload module "base"

Jean Fromentin il y a 8 ans
Parent
commit
b83c7608f6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      main.cpp

+ 1 - 0
main.cpp

@@ -48,6 +48,7 @@ int main(){
   completion_interpreter=&interpreter;
   try{
     init_kernel(context,interpreter);
+    context.load_module("base");
   }
   catch(Error err){
     err.disp(cout,"");