Decaf Compiler
Loading...
Searching...
No Matches
p4-codegen.h
Go to the documentation of this file.
1
6#ifndef __P4_CODEGEN_H
7#define __P4_CODEGEN_H
8
9#include "common.h"
10#include "ast.h"
11#include "visitor.h"
12#include "symbol.h"
13#include "iloc.h"
14
22
23#endif
AST nodes and attributes.
Includes, constants, declarations, and macros used across the compiler.
Declarations of ILOC structures.
InsnList * generate_code(ASTNode *tree)
Convert an AST into linear ILOC code.
Definition p4-codegen.c:457
Main AST node structure.
Definition ast.h:471
Linked list of ILOCInsn* elements.
Definition iloc.h:353
Symbols, symbol tables, and static analysis errors.
AST visitors.