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
I load the following grammar and test into ohm-editor and set the start rule to "KVkeep_inputport". The parse fails. When I click on the "Explain parse" option, the parse tree shows garbled information (scroll to far right).
background: I am trying to figure out why the comma in ,..."contents":{...} is disappearing when I set the start rule to "object". [This probably has to do with a misunderstanding I have about space-skipping and shortest vs. longest match, but, it doesn't change the fact that the editor parse appears garbled].
I load the following grammar and test into ohm-editor and set the start rule to "KVkeep_inputport". The parse fails. When I click on the "Explain parse" option, the parse tree shows garbled information (scroll to far right).
background: I am trying to figure out why the comma in
,..."contents":{...}
is disappearing when I set the start rule to "object". [This probably has to do with a misunderstanding I have about space-skipping and shortest vs. longest match, but, it doesn't change the fact that the editor parse appears garbled].grammar:
test:
The text was updated successfully, but these errors were encountered: