feat(lexer): Add diagnostic and impl error recovering
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct Span {
|
||||
pub start: usize,
|
||||
pub end: usize,
|
||||
}
|
||||
Reference in New Issue
Block a user