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
The behavior occurs also at similar points where function types are used.
For instance at the allocation of a pointer slot for a function.
Observed behavior: Invalid LLVM Code is produced.
Expected behavior: The code generation should probably throw an error if unhandled higher-order code is encountered at this point.
The text was updated successfully, but these errors were encountered:
Unexpected results are produced when the generation of LLVM Code from Thorin code containing higher-order code
is attempted.
Small example:
generates the llvm code
Steps:
impala -emit-llvm -Othorin [file.impala]
The behavior occurs also at similar points where function types are used.
For instance at the allocation of a pointer slot for a function.
Observed behavior: Invalid LLVM Code is produced.
Expected behavior: The code generation should probably throw an error if unhandled higher-order code is encountered at this point.
The text was updated successfully, but these errors were encountered: