|
You are here |
akaptur.github.com | ||
| | | | |
mathspp.com
|
|
| | | | | Today I learned how to disassemble Python code with the module `dis`. | |
| | | | |
pymotw.com
|
|
| | | | | [AI summary] This technical guide explains how Python's dis module works to disassemble Python bytecode for purposes such as debugging errors and optimizing code performance through detailed stack analysis. | |
| | | | |
zserge.com
|
|
| | | | | Summing up years of building interpreters and compilers for various programming languages. The first chapter is about assembly language. We will try to implement a tiny two-pass assembler for CPython VM. | |
| | | | |
nabeelvalley.co.za
|
|
| | | A short introduction to Parser Combinators | ||