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
Issue #29 documents a foreign-function interface, but that currently only works with the compiler.
The same mechanism should also export functions for use by the interpreter, i.e. the evaluate function should be visible from the interpreter just because it's been tagged as XL_NATIVE.
The text was updated successfully, but these errors were encountered:
Issue #29 documents a foreign-function interface, but that currently only works with the compiler.
The same mechanism should also export functions for use by the interpreter, i.e. the
evaluate
function should be visible from the interpreter just because it's been tagged asXL_NATIVE
.The text was updated successfully, but these errors were encountered: