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 assume this happens because antlr4 doesn't know that 'FOM' should be a 'FROM' and therefore the error it finds is InputMismatchException[line 2:20 mismatched input 'doc' expecting {<EOF>, ';'}]
Error message:
I assume this happens because antlr4 doesn't know that 'FOM' should be a 'FROM' and therefore the error it finds is
InputMismatchException[line 2:20 mismatched input 'doc' expecting {<EOF>, ';'}]
The offendingToken that antrl4 gives is:
The text was updated successfully, but these errors were encountered: