Your command is incomplete, you are missing the cpp command and the .exe in 
gcc.cpp.exe:
    
    
    nim --gcc.cpp:~/compilers/bin/x86_64-anywhere-linux-gnu-g++ ./jsparser.nim
    
    
    Run

versus
    
    
    nim --gcc.cpp.exe:~/compilers/bin/x86_64-anywhere-linux-gnu-g++ cpp 
./jsparser.nim
    
    
    Run

Reply via email to