refactor splitter

This commit is contained in:
ado
2021-01-17 14:53:07 +01:00
parent 263dba7626
commit 024e5d3810
4 changed files with 57 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
CXX=clang++
CXX=g++
CXXFLAGS=-Wall -Wextra -std=c++17 -lstdc++fs
TESTS=test_parser test_converter test_extractions test_splitter