mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
Update parse.rs
This commit is contained in:
parent
919bed1d9b
commit
d7be8128ad
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ use TokenCategory as TC;
|
||||||
use TokenKind::*;
|
use TokenKind::*;
|
||||||
|
|
||||||
/// Display the name of the called function for debugging the parser
|
/// Display the name of the called function for debugging the parser
|
||||||
/// I thought about displaying the nesting level, but due to `?` operator there is not a single exit point for the function
|
|
||||||
/// So it is not possible to lower the level
|
|
||||||
macro_rules! debug_call_info {
|
macro_rules! debug_call_info {
|
||||||
($self: ident) => {
|
($self: ident) => {
|
||||||
$self.level += 1;
|
$self.level += 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue