zip, 3.3 MB
zip, 3.3 MB

Math Parser Compiler Emulator supports learning how a compiler creates an executable program file from source code.

Using mathematical expressions as an input, Math Parser shows how the following stages of compilation are performed:

  • Lexical Analysis
  • Syntax Analysis
  • Code Generation
  • Optimisation

In addition, Math Parser demonstrates:

  • How mathematical expressions are formed into Reverse Polish Notation (RPN) for execution using the Shunting Yard algorithm and the Stack data structure.
  • How an Abstract Syntax Tree can be created from the RPN, showing how a recursive algorithm is used in practice.

The RPN and Data Dictionary from successfully compiled expressions can be saved and then evaluated using the Math Parser Virtual Machine.

Math Parser supports implied multiplication (e.g. 5x) as well as explicit multiplication (e.g. 5 * x) in its input expressions.

Fully supported by a comprehensive Help file, Math Parser includes all the algorithms used and explains all the technical terminology.

Reviews

Something went wrong, please try again later.

This resource hasn't been reviewed yet

To ensure quality for our reviews, only customers who have purchased this resource can review it

Report this resourceto let us know if it violates our terms and conditions.
Our customer service team will review your report and will be in touch.