Rewrite types to not use IDs unless needed.
This commit is contained in:
@@ -2,5 +2,5 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(lily)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
add_executable(lily src/main.cpp src/parser.cpp src/parser.c)
|
||||
add_executable(lily src/main.cpp src/parser.cpp src/parser.c src/type.cpp src/type_manager.cpp)
|
||||
target_include_directories(lily PUBLIC src)
|
||||
|
||||
Reference in New Issue
Block a user