1
0
infernal-interpreter/infernal_interpreter/__init__.py

26 lines
826 B
Python
Raw Normal View History

2024-07-09 23:03:12 +00:00
"""
# Infernal Interpreter & Devious Stack Painter #################################
2018-02-06 19:31:12 +00:00
A very simple interpreter and stack tracer for the AMD x86-64 ABI written in
**Python 2**. Does not support all commands, and will never ever do.
It produces output in either ascii or LaTeX with tikz format.
Compiling the LaTeX requires both a LaTeX compiler, and packages
`preview` and `standalone`. Options can be viewed by running
`./infernal --help`.
## Tests
Please ignore the `/tests` folder. It is very old, and unsupported,
but kept for archival purposes.
2018-02-06 19:31:12 +00:00
## License ##
License is `beerware`:
<jonjmaa@gmail.com> wrote this program. As long as you retain
this notice you can do whatever you want with this stuff. If we
meet some day, and you think this stuff is worth it, you can buy
me a beer in return.
2024-07-09 23:03:12 +00:00
"""