From 255a49ba5a41b3854dbdfebdec75fb6229450507 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Mon, 31 May 2021 22:02:10 +0300 Subject: added cmake file --- print.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 print.h (limited to 'print.h') diff --git a/print.h b/print.h deleted file mode 100644 index 54d47ce..0000000 --- a/print.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef PRINT_H -#define PRINT_H PRINT_H -#include -#include -#include -#include - - -void print_keyword_enum(enum Keyword code); -void print_token(struct token *token); -void print_tokens(struct Queue *tokens); - -void print_ast_enum(enum AST_Type type); -void print_ast(struct AST *tree); -void print_ast_state(struct AST_State* tree); -void print_ast_event(struct AST_Event* tree); -void print_ast_states(struct AST_States* tree); -void print_ast_events(struct AST_Events* tree); -void print_ast_transition(struct AST_Transition* tree); -void print_ast_command(struct AST_Command* tree); -void print_ast_pipeline(struct AST_Pipeline* tree); -void print_ast_machine(struct AST_Machine* tree); -void print_ast_transitions(struct AST_Transitions* tree); - -void print_error(struct Error *error); -void print_errors(struct Translation_Data *translation_data); -#endif -- cgit v1.2.3