implicit-0.4.0.0: A math-inspired programmatic 2D & 3D CAD system.
Safe HaskellNone
LanguageHaskell2010

Graphics.Implicit.ExtOpenScad.Eval.Constant

Synopsis

Documentation

addConstants :: [String] -> Bool -> IO (VarLookup, [Message]) Source #

Define variables used during the extOpenScad run.

runExpr :: String -> Bool -> (OVal, [Message]) Source #

Evaluate an expression.