Setup basic piece table like data structure.

This commit is contained in:
2026-07-28 00:31:58 +01:00
parent 27e8494fc8
commit 737c6c1d20
7 changed files with 228 additions and 5 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef PCH_H
#define PCH_H
#pragma once
#define PCRE2_CODE_UNIT_WIDTH 8
#define PCRE_WORKSPACE_SIZE 512
@@ -54,5 +53,3 @@ extern "C" {
#include <vector>
using namespace std::chrono_literals;
#endif