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
Grammar restrictions should apply to individual lines of character dialogue because we impose a chatbot format, which is kinda fundamental to the project.
A parsing expression grammar might be possible. We'd have to track a frontier, so it's best to forbid recursion in the first position.
The text was updated successfully, but these errors were encountered: