search for: curry2read

Displaying 3 results from an estimated 3 matches for "curry2read".

2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...back() == '/' ? dirname + path : dirname + "/" + path; } } int main(int argc, char const *argv[]) { if(argc != 2) { std::cerr << "Usage: " << argv[0] << " <file.curry>" << std::endl; return 1; } std::string const curry2read = std::string(SPRITE_LIBINSTALL) + "/cmc/translator/bin/curry2read"; std::string const curryfile(argv[1]); std::string const readablefile = joinpath( dirname(curryfile) , ".curry/" + remove_extension(basename(curryfile)) + ".read" ); // Gener...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...> int main(int argc, char const *argv[]) > > { > > if(argc != 2) > > { > > std::cerr << "Usage: " << argv[0] << " <file.curry>" << std::endl; > > return 1; > > } > > std::string const curry2read = > > std::string(SPRITE_LIBINSTALL) + "/cmc/translator/bin/curry2read"; > > std::string const curryfile(argv[1]); > > std::string const readablefile = joinpath( > > dirname(curryfile) > > , ".curry/" + remove_extension(base...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...> > > if(argc != 2) > > > > { > > > > std::cerr << "Usage: " << argv[0] << " <file.curry>" << std::endl; > > > > return 1; > > > > } > > > > std::string const curry2read = > > > > std::string(SPRITE_LIBINSTALL) + "/cmc/translator/bin/curry2read"; > > > > std::string const curryfile(argv[1]); > > > > std::string const readablefile = joinpath( > > > > dirname(curryfile) > > > >...