AZHenley / teenytinycompiler

A small BASIC-to-C compiler written in Python.
MIT License
339 stars 49 forks source link

Added python build script. #6

Closed Huoyuuu closed 4 months ago

Huoyuuu commented 1 year ago

Hi there!

I'm thrilled to submit this pull request, which aims to improve the project by adding a new build.py script in Python. This script can be used as an alternative to the existing build.sh script and may be particularly helpful for those who are more familiar with Python than the bash language.

Since the project is based on Python, I think having a Python-based build script will make it more accessible to a wider audience. I have personally tested the build.py script on my local machine and can confirm that it works as expected.

I hope you find this pull request valuable! If you have any questions or concerns, please feel free to let me know. Thank you for taking the time to review my contribution.