From bb912b081ed339e4a5419bd3d2ffd7465f2f72d3 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 27 Jul 2026 17:17:56 -0400 Subject: bottom up redesign --- docs/application/identifier.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/application/identifier.md (limited to 'docs/application/identifier.md') diff --git a/docs/application/identifier.md b/docs/application/identifier.md deleted file mode 100644 index ed4f3e7..0000000 --- a/docs/application/identifier.md +++ /dev/null @@ -1,17 +0,0 @@ -# Identifier - ---- - -Store vars, types and symbols as compressed strings - -## Object Definitions - -```c -#define KPL_IDENTIFIER_PARTS 5 - -// TODO 50 charaters of [A-Za-z0-9_] in 40 bytes - -typedef struct { - uint64_t parts[KPL_IDENTIFIER_PARTS]; -} kpl_identifier; -``` -- cgit v1.2.3