Refactoring of tokenizer and stream classes for better efficiency and maintainability.

This commit is contained in:
2017-06-21 02:56:27 +02:00
parent 97c6e58355
commit 39c0e27cb2
38 changed files with 466 additions and 512 deletions

View File

@@ -12,6 +12,7 @@ set(includes
)
set(libraries
stdc++fs
${Boost_LIBRARIES}
plasp
)