Python quirks

The Python’s Disassembler

Recently, I've added the isnt keyword to the Python language grammar, but I used the same is not AST node. In this article, I'll demonstrate how to continue adding a new rule. The next things to do are building an AST node and compiling it to a Python byte-code. Creation First, we need to define… Continue reading The Python’s Disassembler