mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Update parse.rs
This commit is contained in:
parent
14c77e604d
commit
17c175ea59
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ pub enum ArrayInner {
|
||||||
|
|
||||||
/// Perform recursive descent parsing.
|
/// Perform recursive descent parsing.
|
||||||
///
|
///
|
||||||
|
/// `level` is raised by 1 by `debug_call_info!` in each analysis method and lowered by 1 when leaving (`.map_err` is called to lower the level).
|
||||||
|
///
|
||||||
/// To enhance error descriptions, the parsing process will continue as long as it's not fatal.
|
/// To enhance error descriptions, the parsing process will continue as long as it's not fatal.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Parser {
|
pub struct Parser {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue