We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
save this to asd.jou
from "./asd.jou" import foo def foo() -> int: return 123
Expected output: an error message saying that a file cannot import from itself.
Actual output:
jou: src/main.c:199: void compile_ast_to_llvm(struct CompileState *, struct FileState *): Assertion `src' failed.
The text was updated successfully, but these errors were encountered:
Done in #393.
Sorry, something went wrong.
No branches or pull requests
save this to asd.jou
Expected output: an error message saying that a file cannot import from itself.
Actual output:
The text was updated successfully, but these errors were encountered: