Skip to content

jnc

STRICT

pub bool STRICT = false;

ENV

pub void ENV = null;

jnc_panic

pub fn jnc_panic(char* format, void* token, int status)

token is a [val, line, col] tuple to dissect for the format, which will be passed four values: status, val, line, and col.

main

pub fn main(int argc, char** argv)