|
mb_print_asts |
|
|
void mb_print_asts( mb_interpreter_t* s, void **l )
This is for internal debug only and should only be used when you need to check the abstract syntax tree (AST) for any inconsistencies.
Example
mb_print_asts( bas, l );
|