Closed Omnikar closed 10 months ago
It appears that the compiler crashes when attempting to use an imported function from uiua repl. For example:
uiua repl
# add.ua Add ← +
The following then crashes the compiler when used in uiua repl:
Add ← &i "add.ua" "Add" Add 2 2
It's possible this was already fixed. When I try, it looks like this:
Yeah, it's been fixed on my end too.
It appears that the compiler crashes when attempting to use an imported function from
uiua repl
. For example:The following then crashes the compiler when used in
uiua repl
: