You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The go/parser has a mechanism to detect excessive recursion and avoid possible stack overflow (incNestLev, decNestLev). We should implement a similar featured in the compiler's parser (syntax package).
The
go/parserhas a mechanism to detect excessive recursion and avoid possible stack overflow (incNestLev,decNestLev). We should implement a similar featured in the compiler's parser (syntax package).Tracking issue.