VRML-0.1.0.0: VRML parser and generator for Haskell

Safe HaskellNone
LanguageHaskell2010

Data.VRML.Parser

Synopsis

Documentation

parseVRML :: Parser VRML Source #

parser of VRML

>>> parseTest parseVRML "#VRML_SIM R2020a utf8\nUSE hoge1"
VRML {version = "VRML_SIM R2020a utf8", statements = [StNode (USE (NodeNameId "hoge1"))]}