futhark-0.25.15: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageGHC2021

Futhark.CLI.Literate

Description

futhark literate

Also contains various utility definitions used by Futhark.CLI.Script.

Synopsis

Documentation

main :: String -> [String] -> IO () Source #

Run futhark literate.

data Options Source #

Some of these only make sense for futhark literate, but enough are also sensible for futhark script that we can share them.