diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-18 14:01:26 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-18 14:01:26 -0400 |
| commit | 003119b9f285e5610f56186bce845441409265ae (patch) | |
| tree | 34a123532811537a0dd30aa797578be8f732b45b /docs/type_system/op.md | |
| parent | e950f786e25967a222cfa7bce7327ffd458e8c95 (diff) | |
op and ir matching definitions
Diffstat (limited to 'docs/type_system/op.md')
| -rw-r--r-- | docs/type_system/op.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/type_system/op.md b/docs/type_system/op.md index f5b935a..868c41b 100644 --- a/docs/type_system/op.md +++ b/docs/type_system/op.md @@ -14,3 +14,8 @@ Op[[OP_NAME] RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE] typedef struct { kpl_type *return_type, *statement_left, *statement_right; } kpl_type_body_op; + +typedef enum : uint16_t { + +} kpl_op_name; +``` |
