Skip to content

woojiq/yalox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox interpreters

  • twlox - Tree-Walk Interpreter (second chapter of the book)

2.1.5

If you can’t resist poking your foot into that hole, some keywords to get you started are “constant propagation”, “common subexpression elimination”, “loop invariant code motion”, “global value numbering”, “strength reduction”, “scalar replacement of aggregates”, “dead code elimination”, and “loop unrolling”.

About

Yet another Lox interpreter following https://craftinginterpreters.com/

Resources

Stars

Watchers

Forks