swarm-0.6.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.Language.Format

Description

Formatting Swarm language code.

Synopsis

Documentation

data FormatInput Source #

From where should the input be taken?

Constructors

Stdin 
InputFile FilePath 

data FormatOutput Source #

Where should the formatted code be output?

formatSwarmIO :: FormatConfig -> IO () Source #

Validate and format swarm-lang code.