Implement constructors type checking (?).
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 src/type.cpp src/type_manager.cpp src/ast.cpp src/type_checker.cpp)
|
||||
add_executable(lily src/main.cpp src/parser.cpp src/parser.c src/type.cpp src/type_manager.cpp src/ast.cpp src/type_checker.cpp src/pattern.cpp)
|
||||
target_include_directories(lily PUBLIC src)
|
||||
|
||||
Reference in New Issue
Block a user