Panther Search Documentation Tutorials Devlog Downloads Source Code

Operational Intrinsics

Panther
Documentation


@abort

func @abort = () -> Void;

Abort the program. Lowers to a trap instruction if the target has one, otherwise lowered to LIBC abort().

@breakpoint

func @breakpoint = () -> Void;

Cause an execution trap to request the debugger break execution.

@import

func @import = (filepath: [Char:*]) -> {MODULE};

Import a module.