diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ To meet the four-day goal, many design decisions were made to reduce complexity * ~~No `while`~~ * Implemented after self-hosting * Limited preprocessor - * Supports only simple `#define` that replaces identifiers with integer literals + * Supports only simple `#define` that replaces identifiers with single integer or identifier * No global variables * Including `stdin`, `stdout`, and `stderr` * Only function/struct definitions/declarations are allowed at the top level |
