Skip to content

Commit b48cd4a

Browse files
committed
Update COMPLIANCE.md to reflect short type implementation
1 parent e6ef414 commit b48cd4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

COMPLIANCE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document tracks compliance gaps and non-standard behaviors.
77
## Implemented Features
88

99
### Core Language
10-
- Basic types: `int`, `char`, `void`, `_Bool`
10+
- Basic types: `int`, `short`, `char`, `void`, `_Bool`
1111
- Structures and unions with nested definitions
1212
- Enumerations with automatic value assignment
1313
- Function definitions and declarations
@@ -58,7 +58,6 @@ This document tracks compliance gaps and non-standard behaviors.
5858

5959
| Feature | Status | Notes |
6060
|---------|--------|-------|
61-
| `short` | Missing | Only 4-byte integers |
6261
| `long` | Missing | Only 4-byte integers |
6362
| `long long` | Missing | No 64-bit integers |
6463
| `unsigned` | Missing | All integers are signed |

0 commit comments

Comments
 (0)