-
Notifications
You must be signed in to change notification settings - Fork 14
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
Command line compiler #6
Comments
Yes, this is planned for one of the next updates. |
Hi, I saw that you have a new version. Know how to approximate when we will have the compiler by command line. |
Hi @Spoiledpay, it will take about two weeks. |
Hi, can you tell me if you were able to do the part of compiling with command line? |
Hi. The command line compiler is already available as of April 22, 2022. Basically you just supply the name of the main module. All the other modules are added automatically by parsing the IMPORT statement of the source codes.
For convenience you can add the directory containing "fob" to PATH.
or on Windows:
Fob automatically finds its "installation" directory (which is not common for Linux programs). |
Hi @Spoiledpay, |
Hello! |
@Spoiledpay perfect! Let me know if you need any help or if you have any Oberon ideas. |
Hello!
There is a possibility in the near future to create a command line compiler. Very interesting series. Giving you the option to use the IDE or command line to create programs and compile them.
Thanks.
The text was updated successfully, but these errors were encountered: