-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to add new command line argument -copy
#434
Comments
@EugeneDar Can you help us here? |
@Graur I don't understand why we need file name in command |
@EugeneDar It was just an example. I think about this usage |
@Graur why should we download files from github if we have |
We need to add new command line argument
-copy
. Which will copy files from https://github.com/polystat/c2eo/tree/master/project/eo-lib next the main translated.eo
file.e.g. I want to translate this C file:
to EO file. I run
docker run -v $(pwd):/eo yegor256/c2eo:0.1.24 foo.c foo.eo
and get this part offoo.eo
:But when I try to compile EO file I get error:
Because
address.eo
is an internal library in c2eo.So, we need to have opportunity to copy these files and place them near the translated
.eo
file by adding a new argument:The text was updated successfully, but these errors were encountered: