EMath++
Classes for mathematical concepts
Loading...
Searching...
No Matches
eparser.cpp File Reference

This is the main implementation file for the equation parser. More...

#include "eparser.h"
+ Include dependency graph for eparser.cpp:

Go to the source code of this file.

Detailed Description

This is the main implementation file for the equation parser.

This file contains the implementation of the classes and functions for parsing polynomials and monomials.
It consists of two classes, the Parser class and the Lexer class.
The Parser class consists of two functions, one for parsing the entire input as a Polynomial and another for parsing a Monomial at a time.
The Lexer class just provides a token supplier for the Parser class.

Definition in file eparser.cpp.