diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-27 17:17:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-27 17:17:56 -0400 |
| commit | bb912b081ed339e4a5419bd3d2ffd7465f2f72d3 (patch) | |
| tree | 7f34b3af1a72672de1d12c8e23dda419c398dce3 /docs/application/identifier.md | |
| parent | 003119b9f285e5610f56186bce845441409265ae (diff) | |
bottom up redesign
Diffstat (limited to 'docs/application/identifier.md')
| -rw-r--r-- | docs/application/identifier.md | 17 |
1 files changed, 0 insertions, 17 deletions
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; -``` |
