alga-0.1.0: Algorithmic automation for various DAWs
Alga.Representation.Parser
Synopsis
data Statement Source
Statement can be either definition or exposition. Expositions are only used in REPL.
Constructors
Instances
probeAlga :: Text -> Bool Source
Test if given fragment of ALGA code is finished and self-contained.
parseAlga Source
Arguments
Name of file
Text to parse
Error message or parsed statements
Entry point for ALGA parsing.