feat: all merged
This commit is contained in:
commit
8f5733be19
5 changed files with 98 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue