Skip to content

Midterm assignment project for my Data Structure and Algorithm class. A simple interpreter to convert decimal, binary, octal, or hexadecimal values to each other.

Notifications You must be signed in to change notification settings

rxceed/Interpreter-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Number Base Converter Interpreter

This project is part of my college Data Structure and Algorithm class assignment.

This interpreter is made using Python. It's main purpose is to interpret a .ohio files into a program, very much like how a Python interpreter runs a .py files.

It's main features are commands that can convert a decimal integer or a string representing binary, octal, or hexadecimal into decimal, binary, octal, or hexadecimal value without the need to manually write the algorithm to do so. It also has extra functionality to read user inputs and storing integer and string value in a variable.

About

Midterm assignment project for my Data Structure and Algorithm class. A simple interpreter to convert decimal, binary, octal, or hexadecimal values to each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages