giml-compiler-0.1.0.0: A Giml->JavaScript compiler
Safe HaskellSafe-Inferred
LanguageGHC2021

Language.Giml.Compiler.Compile

Description

Compilation runner

Synopsis

Documentation

compile Source #

Arguments

:: MonadBase b b 
=> LogAction b LogMsg

logging

-> FilePath

Name of the source file

-> Text

Content of the source file

-> b (Either Text Text) 

Compile a Giml source file to JS