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 43b140285f
commit 81ee50d0d4
4 changed files with 214 additions and 11 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