Commit Graph
2 Commits
Author SHA1 Message Date
Giulio Agostini 5f4fa86979 Make environment generic and adapt closures
Added unit test
2026-07-22 11:36:43 +02:00
Giulio Agostini a7df45dc72 Initialize Rust implementation of Lox interpreter
This initial commit sets up the basic structure for a Rust
implementation of the Lox interpreter, including:

- Lexer for tokenizing source code - Parser for building AST - Basic
interpreter functionality - Environment for variable storage

The core components include source tracking, error handling, and basic
expression evaluation.
2025-10-03 19:07:12 +02:00