bert-1.2.2.2: BERT implementation

Safe HaskellNone

Data.BERT.Parser

Description

Parse (simple) BERTs.

Synopsis

Documentation

parseTerm :: String -> Either ParseError TermSource

Parse a simple BERT (erlang) term from a string in the erlang grammar. Does not attempt to decompose complex terms.