Missing segments shouldn't fail
haz opened this issue · 1 comments
haz commented
Subject of the issue
Leaving out constants in domain or requirements in problem files makes the parser fail in uninformative ways.
Steps to reproduce
Just parse a domain that's missing constants or some such.
Expected behaviour
Gracefully pass it over.
Actual behaviour
Fails because None
is what parses due to the lark setup.