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
(Context: I started writing this, and had trouble with base cases in self-recursive graphs. In the end I just ensured that next-states other than #pop consume a character, which prevents infinite loops but does not help with having a stack whose length is number of characters.)
(Context: I started writing this, and had trouble with base cases in self-recursive graphs. In the end I just ensured that next-states other than #pop consume a character, which prevents infinite loops but does not help with having a stack whose length is number of characters.)
Basically, the following lexer has a problem:
for root->string->root loop (there are no pops to ever reduce the depth)
The text was updated successfully, but these errors were encountered: