Structures de base pour l'AST
This commit is contained in:
@@ -6,6 +6,7 @@ mod rlox_interpreter;
|
||||
mod scanner;
|
||||
mod token;
|
||||
mod token_type;
|
||||
mod expr;
|
||||
|
||||
use crate::rlox_interpreter::RLoxInterpreter;
|
||||
|
||||
@@ -34,4 +35,4 @@ fn main() {
|
||||
// https://github.com/munificent/craftinginterpreters/wiki/Lox-implementations#rust
|
||||
|
||||
// Pause :
|
||||
// http://www.craftinginterpreters.com/scanning.html#lexical-errors
|
||||
// http://www.craftinginterpreters.com/representing-code.html#working-with-trees
|
||||
|
||||
Reference in New Issue
Block a user