Is your feature request related to a problem? Please describe.
Currently the error Handling is very minimalistic.
Describe the solution you'd like
I like to have function like check_syntax() to check whether or not there are any syntax error in the card design.
Describe alternatives you've considered
It would also be possible to check before any calculation are made if the values exist but that would require a lot of testing code. The better way is to implement a check_syntax() function and apply unit tests for each design after every commit and before you are able to create cards.
Additional context
Is your feature request related to a problem? Please describe.
Currently the error Handling is very minimalistic.
Describe the solution you'd like
I like to have function like check_syntax() to check whether or not there are any syntax error in the card design.
Describe alternatives you've considered
It would also be possible to check before any calculation are made if the values exist but that would require a lot of testing code. The better way is to implement a check_syntax() function and apply unit tests for each design after every commit and before you are able to create cards.
Additional context