You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Currently, car can only compile and run single source file programs. Including or importing files to be compiled into the output is not possible. This change will bring car a step closer to being a more universal source launcher, exceeding its initial intended purpose. That being said, it's still an appetizing feature to have. To do this, it will need to parse files for "include" or "import" lines depending on the type of source file and then try to compile multiple source files into the output.
The text was updated successfully, but these errors were encountered:
Currently, car can only compile and run single source file programs. Including or importing files to be compiled into the output is not possible. This change will bring car a step closer to being a more universal source launcher, exceeding its initial intended purpose. That being said, it's still an appetizing feature to have. To do this, it will need to parse files for "include" or "import" lines depending on the type of source file and then try to compile multiple source files into the output.
The text was updated successfully, but these errors were encountered: