Macro fungi_lang::fgi_listing_test [] [src]

macro_rules! fgi_listing_test {
    [$($e:tt)+] => { ... };
}

Fungi program listing that we test.

These program listings give, e.g., tutorial examples or examples from technical reports.

Under the hood, this macro creates a helper function that runs in a separate thread and returns whether the given Fungi program listing parses and type checks.