Metadata-Version: 2.1
Name: cs147dvparser
Version: 0.0.1
Summary: converts CS147DV assembly language instructions into hexadecimal code
Home-page: https://rdeamici.github.io/CS147DVParser/
Author: Richard DeAmicis, Jordan Conragan
Author-email: rtdeamicis@gmail.com, jordanvonpordan@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/rdeamici/CS147DVParser/tree/master/CS147DVPyParser
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Java
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# CS147DVParser

This package is used to quickyl convert CS147DV instructions into hexadecimal. It works with the 2019-2020 version of CS147DV instruction set. No guarantees are made it will work with the current version of the instruction set. 

The program was originally written in Java in the fall semester of 2019. The python implementation was created during the Fall 2020 version of the course.
Pull requests are encouraged. 

# How to use
The Java implemention of the program and instructions can be found in the CS147DVJavaParser folder.

The Python implementation and instructions can be found in CS147DVPyParser


