Advise-me-0.1: Assessment services for the Advise-Me project

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Recognize.Parsing.MathParser

Description

This module defines the parsing (2nd) phase of the assessment pipeline. The only function you should need is parseMath.

Synopsis

Documentation

parseMath :: MathParserOptions -> String -> (Bool, [Math]) Source #

Parses a string and return a list of Math objects together with a boolean denoting the usage of chained equations.