-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
https://github.com/polystat/c2eo/blob/master/project/src/transpiler/main.cpp here we have package_name variable, but I'm not sure that's true.
This variable changed only here:
package_name = filename.substr(0, filename.size() - 3);
if (package_name.rfind('/') != std::string::npos) {
package_name = package_name.substr(package_name.rfind('/') + 1);
}
For example I would like to run c2eo <dist.c> out.eo. Then package_name will equal "out", but it's name of file, not of the package.
Metadata
Metadata
Assignees
Labels
No labels