1 Matching Annotations
- Nov 2024
-
craftinginterpreters.com craftinginterpreters.com
-
Since a local variable’s declaration always occurs before it is used, the VM can resolve them at compile time, even in a simple single-pass compiler. That will let us use a smarter representation for locals.
Local variables' declaration always occurs before it is used, the VM can resolve them at compile time, even in a simple single-pass compiler.
-