feat: all merged

This commit is contained in:
Matteo Flebus 2026-01-22 12:05:01 +01:00
commit 8f5733be19
5 changed files with 98 additions and 1 deletions

View file

@ -10,4 +10,9 @@
#include "ast_redir.h"
#include "ast_void.h"
/**
* Prints the Graphviz DOT representation of the given AST to stdout.
*/
void ast_print_dot(struct ast *ast);
#endif /* ! AST_H */