Skip to content

a rust port of the lox interpreter described in Crafting Interpreters by Robert Nystrom

Notifications You must be signed in to change notification settings

DireLines/lox-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lox-rs

A Rust port of the lox interpreter described in Crafting Interpreters by Robert Nystrom.

  1. Introduction
  2. A Map of the Territory
  3. The Lox Language
    • 2023-07-13
  4. Scanning
  5. Representing Code
  6. Parsing Expressions
  7. Evaluating Expressions
  8. Statements and State
    • 2024-03-14 video
    • 2024-03-21 (not recorded)
    • 2024-04-04 video
    • 2024-04-25 (not recorded)
    • 2024-05-02 video
    • 2024-05-16 video
    • 2024-05-30 video
    • 2024-06-13 video
  9. Control Flow
  10. Functions
    • 2024-08-08 video
    • 2024-08-22 video
    • 2024-09-05 (not recorded)
    • 2024-09-19 video
  11. Resolving and Binding
    • 2024-10-03 video
    • 2024-10-17 (not recorded)
    • 2024-10-31 video
    • 2024-11-14

About

a rust port of the lox interpreter described in Crafting Interpreters by Robert Nystrom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages