aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-05 14:43:17 +0900
committernsfisis <nsfisis@gmail.com>2025-05-05 14:43:24 +0900
commit1699d97db7659d471390d2e173dbca6b35747f68 (patch)
tree11cb11bccc79f7b287b318177dfd75fb731f617d /README.md
parent171fb430a4dcd2c592d218c95b30a3ef436f865d (diff)
downloadP4Dcc-1699d97db7659d471390d2e173dbca6b35747f68.tar.gz
P4Dcc-1699d97db7659d471390d2e173dbca6b35747f68.tar.zst
P4Dcc-1699d97db7659d471390d2e173dbca6b35747f68.zip
support #define that replaces name with identifiers
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc1f776..cf02911 100644
--- a/README.md
+++ b/README.md
@@ -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