action.py reports TypeError
instead of NotImplementedError
#574
Labels
good first issue
Good for newcomers
parser generator
Bug related to the grammar processing, parse tebale generator and the parse table backends.
Many functions under the generic
action.py
are reportingTypeError
messages where they should assert whether it is valid to call the function in the first place, and then reportNotImplementedError
after.For example: #562 (comment)
The text was updated successfully, but these errors were encountered: