1
0

Compare commits

..

No commits in common. "4cd4838b63d92a7723976ead72e07014ac185d0a" and "a47fc46ddd675e311818e830d156bd8dbde9e39d" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -4,9 +4,7 @@
# Infernal Interpreter & Devious Stack Painter # Infernal Interpreter & Devious Stack Painter.
![Test program/library](https://gitfub.space/Jmaa/infernal-interpreter/actions/workflows/python-test.yml/badge.svg)
Simple interpreter and stack tracer for the AMD x86-64 ABI. Simple interpreter and stack tracer for the AMD x86-64 ABI.
@ -23,6 +21,7 @@ Compiling the LaTeX requires both a LaTeX compiler, and packages
Please ignore the `/tests` folder. It is very old, and unsupported, Please ignore the `/tests` folder. It is very old, and unsupported,
but kept for archival purposes. but kept for archival purposes.
## Dependencies ## Dependencies
All requirements can be installed easily using: All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.3.16' __version__ = '0.3.15'