feldspar-compiler-0.4.0.2: Feldspar/Compiler/Frontend/CommandLine/API/Constants.hs
module Feldspar.Compiler.Frontend.CommandLine.API.Constants where
globalImportList = ["Feldspar.Compiler.Compiler"]
warningPrefix = "[WARNING]: "
errorPrefix = "[ERROR ]: "
helpHeader = "Standalone Feldspar Compiler\nUsage: feldspar [options] inputfile\n" ++
"Notes: \n" ++
" * When no output file name is specified, the input file's name with .c extension is used\n" ++
" * The inputfile parameter is always needed, even in single-function mode\n" ++
"\nAvailable options: \n"