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/error.md | |
| parent | 003119b9f285e5610f56186bce845441409265ae (diff) | |
bottom up redesign
Diffstat (limited to 'docs/application/error.md')
| -rw-r--r-- | docs/application/error.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/application/error.md b/docs/application/error.md deleted file mode 100644 index 2e1e703..0000000 --- a/docs/application/error.md +++ /dev/null @@ -1,27 +0,0 @@ -# Error - ---- - -## Object Definitions - -```c -typedef union : uin16_t { - ERROR_C = 1 << 0, - ERROR_TOKEN = 1 << 1, - ERROR_TYPE = 1 << 2 -} kpl_error_flags; - -typedef struct _kpl_error { - uint16_t line, flags; - uin32_t class_options; - struct _kpl_error *stack; - union { - struct { - char *file, char *function; - } c; - kpl_token token; - kpl_type *type; - } source; - kpl_class class; -} kpl_error; -``` |
