Change semmantical analyzis to tree validation as per @matklad
Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
parent
9fdf984958
commit
c58276673a
@ -5,7 +5,7 @@
|
||||
use crate::{TextRange, TextUnit};
|
||||
|
||||
/// Represents the result of unsuccessful tokenization, parsing
|
||||
/// or semmantical analyzis.
|
||||
/// or tree validation.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct SyntaxError(String, TextRange);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user