- 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

@@ -23,6 +23,7 @@
#include "./langproc/test_strings.h"
#include "./langproc/test_io.h"
#include "langproc/test_format.h"
namespace fennec::test
{
@@ -33,6 +34,11 @@ namespace fennec::test
fennec_test_langproc_strings();
fennec_test_spacer(3);
fennec_test_header("format");
fennec_test_spacer(2);
fennec_test_langproc_format();
fennec_test_spacer(3);
fennec_test_header("io");
fennec_test_spacer(2);
fennec_test_langproc_io();