Break down rustpython_parser::error module

because it doesn't share any common errors but specific error for each sub module
This commit is contained in:
Jeong YunWon 2023-02-22 16:16:12 +09:00
parent 2a8aa6f308
commit 1511b6631b
7 changed files with 338 additions and 345 deletions

View file

@ -5,7 +5,7 @@
use crate::{
ast,
error::{LexicalError, LexicalErrorType},
lexer::{LexicalError, LexicalErrorType},
function::{ArgumentList, parse_args, parse_params, validate_arguments},
lexer,
context::set_context,