Stmt: Introduce assert statement and related hooks

including two hooks called assertion_failure() and assertion_result() for
customization and tracking of assertion results.
This commit is contained in:
Arne Welzel 2023-06-05 19:13:14 +02:00
parent a25b1a9d59
commit 25ea678626
41 changed files with 635 additions and 3 deletions

View file

@ -321,6 +321,7 @@ add return TOK_ADD;
addr return TOK_ADDR;
any return TOK_ANY;
as return TOK_AS;
assert return TOK_ASSERT;
bool return TOK_BOOL;
break return TOK_BREAK;
case return TOK_CASE;