[rlox] refactor

This commit is contained in:
ctsk
2023-04-14 15:27:24 +02:00
parent 50780273f2
commit 02dd735ea6
4 changed files with 118 additions and 115 deletions

View File

@@ -1,7 +1,8 @@
use std::collections::BTreeSet;
use std::iter::Peekable;
use std::str::CharIndices;
use crate::bc::Chunk;
#[derive(Debug)]
enum TokenType {
Eof,