a7df45dc72cf55f0a05922d48dcfe0b8ef51757c
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.
Description
No description provided
220 KiB
Languages
Rust
100%