• Stars
    star
    2
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It's a simple python interpreter with only 4 varibles (operands ) support wich are [A,B,C,D ] and supported operators are [ + , - , * , / ] . It convert te source to C++ language too.