Skip to content

A micro math interpreter written in c++, an assignment from my undergraduate course

Notifications You must be signed in to change notification settings

hkbenchan/cpp_math_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

C++ Math Interpreter

What is this?

This is an assignment project from HKUST Comp 3031 (Principles of Programming Languages). We are required to write a math interpreter with C++, learning the principles of programming languages along the way.

If you are the student taking this and having this assignment, please try not to referencing any part of this project.

Why are you uploading this?

This will be a reference for my future rewrite of this project.

What is the capability of the interpreter?

To be added later.

How to run?

Ensure you have gcc.

In the shell types

cpp_math_interpreter$ make

Any test cases?

Yes, but it does not have unit test case. To run

cpp_math_interpreter$ make test
cpp_math_interpreter$ make test2
cpp_math_interpreter$ make test3

About

A micro math interpreter written in c++, an assignment from my undergraduate course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published