kicad-data-0.5.0: Parser and writer for KiCad files.

Safe HaskellSafe
LanguageHaskell2010

Data.Kicad.SExpr.Parse

Synopsis

Documentation

parse :: String -> Either String SExpr Source #

Parse a String as a SExpr or return an error.

parseWithFilename :: String -> String -> Either String SExpr Source #

Parse a String as a SExpr giving a filename to use in the source code location