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 was archived by the owner on May 4, 2022. It is now read-only.
None of these command lists actually include the entrypoint source file, and trying to run those commands in the terminal gives an error like clang-7: error: no input files or ghc: no input files Usage: For basic information, try the --help' option.`
The readme documents the
compile.commandoption as follows:But examining several of the language configs under languages shows that "including the filename" is clearly not the case:
polygott/languages/haskell.toml
Lines 11 to 15 in e1e8094
polygott/languages/c.toml
Lines 24 to 30 in e1e8094
None of these command lists actually include the entrypoint source file, and trying to run those commands in the terminal gives an error like
clang-7: error: no input filesorghc: no input files Usage: For basic information, try the--help' option.`