implicit-0.3.0.1: A math-inspired programmatic 2D & 3D CAD system.

Safe HaskellNone
LanguageHaskell2010

Graphics.Implicit.ExtOpenScad.Parser.Statement

Synopsis

Documentation

parseProgram :: SourceName -> String -> Either ParseError [StatementI] Source #

all of the token parsers are lexemes which consume all trailing spaces nicely. | This leaves us to deal only with the first spaces in the file.