| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
LoxScript is a bytecode compiler and virtual machine ("Gears") for Bob Nystrom's Lox language, both written in C#.
The LoxScript bytecode virtual machine is called Gears. Gears executes bytecode created by the LoxScript compiler. The output of Gears matches the reference "clox" virtual machine described in Chapters 14-30 of Bob's book Crafting Interpreters. However, the internal implementation of the virtual machine is different, and the bytecode generated by the Gears compiler will not run on clox.
Improvements over Lox/clox:
Performance:
| Back | FazBrowse Home | New Git URL |