Module
Audio.Graph.Parser
- Package
- purescript-audiograph
- Repository
- newlandsvalley/purescript-audiograph
#PositionedParseError Source
newtype PositionedParseError
a parse error and its accompanying position in the text
Constructors
PositionedParseError { error :: String, pos :: Int }
Instances
#SymbolTable Source
type SymbolTable = { nodeNames :: Set String }
the symbol table currently just holds node ids
#parse Source
parse :: String -> Either PositionedParseError (Tuple AudioGraph SymbolTable)
Parse an audio graph