Skip to content Skip to sidebar Skip to footer
Showing posts with the label Compiler Construction

Ply - Return Multiple Tokens

AFAIK the technique for lexing Python source code is: When current line's indentation level is… Read more Ply - Return Multiple Tokens

What Is A Cell In The Context Of An Interpreter Or Compiler?

Python code objects have an attribute co_cellvars. The documentation to PyPy's bytecode interpr… Read more What Is A Cell In The Context Of An Interpreter Or Compiler?