- Began outlining tokenizer.h and priority_queue.h

- Began outlining sdl implementation
- Added some helper definitions to various classes
- Added contains to string.h and wstring.h
This commit is contained in:
2025-09-13 20:33:46 -04:00
parent 3565bbbc52
commit f2a45aa913
16 changed files with 331 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ add_executable(fennec-test
main.cpp
tests/containers/performance/test_iterator_visitor.h
tests/containers/test_sequence.h
tests/langproc/test_format.h
)
target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DIR}/bin/${FENNEC_BUILD_NAME}"