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
tryreport.document.addReflowingText("This could be a missing operator, incorrect syntax, or a token in the wrong place.");
869
873
},
874
+
.state_not_implemented=> {
875
+
tryreport.document.addText("Parser encountered an unimplemented state.");
876
+
tryreport.document.addLineBreak();
877
+
tryreport.document.addReflowingText("This is a limitation in the current parser implementation. The feature you're trying to use may not be fully implemented yet.");
878
+
tryreport.document.addLineBreak();
879
+
tryreport.document.addReflowingText("Please report this issue with your code example to help improve the parser.");
0 commit comments