Implement function and type creation, add text to blog in compiler series

This commit is contained in:
2019-11-04 18:25:54 -08:00
parent 70793d6ac3
commit c44128315d
3 changed files with 82 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ llvm_map_components_to_libnames(LLVM_LIBS core x86asmparser x86codegen)
# Create compiler executable
add_executable(compiler
ast.cpp ast.hpp definition.cpp
llvm_context.cpp llvm_context.hpp
type_env.cpp type_env.hpp
env.cpp env.hpp
type.cpp type.hpp