From 3057729f132d516dd9ed58c6964a495aa1c11c3d Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 27 Mar 2020 17:39:58 +0100 Subject: Top-down algo recognizes first C*+ program --- cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp.h') diff --git a/cpp.h b/cpp.h index 282c83d..316eaa3 100644 --- a/cpp.h +++ b/cpp.h @@ -22,7 +22,7 @@ void preprocess(); // phase 4 void execution_charset_map(); // phase 5 void concatenate_strings(); // phase 6 std::vector tokens_from_pptokens(std::vector pp_tokens); // phase 7.a -std::pair> analysis(std::vector); // phase 7.b +std::vector analysis(std::vector); // phase 7.b void translate(); // phase 7.c void instantiate(); // phase 8 void link(); // phase 9 -- cgit v1.2.3