Adds support for parenthesized expressions
This commit is contained in:
@@ -23,7 +23,7 @@ add_library(PorygonLang ${SRC_FILES})
|
||||
add_executable(PorygonLangTests
|
||||
${SRC_FILES}
|
||||
src/Parser/LexerTests.cpp
|
||||
integration_tests/integration_tests.cpp)
|
||||
integration_tests/integration_tests.cpp src/Parser/ParserTests.cpp)
|
||||
|
||||
target_compile_definitions(PorygonLangTests PRIVATE TESTS_BUILD)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user