snc: fixed parser stack overflow
This appeared when compiling deeply nested statements. The solution is to use a dynamically growing stack.
Please register or sign in to comment
This appeared when compiling deeply nested statements. The solution is to use a dynamically growing stack.