ejrgilbert / whamm

5 stars 2 forks source link

print full ast #30

Closed ahuoguo closed 4 weeks ago

ahuoguo commented 1 month ago

The previous print_ast function does not add the content in the probe to the AST.

I also fixed some formatting errors strcmp((arg2, arg3, ), "record", ) (the extra commas after the last expression) and applied some clippy suggestions.