mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 12:22:42 +00:00
Chapter 10 function parsing refactor, changed lexer.rs -> _lexer.rs and parser.rs -> _parser.rs
This commit is contained in:
parent
46f1030207
commit
cbe837025e
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
mod lexer;
|
||||
mod _lexer;
|
||||
mod token;
|
||||
|
||||
pub use lexer::scan_tokens;
|
||||
pub use _lexer::scan_tokens;
|
||||
pub use token::{Token, TokenType};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue