diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-14 23:10:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-17 00:27:28 +0900 |
| commit | 82df1b08c42d40c79b0dbd1634e18786cad860da (patch) | |
| tree | a2d2d9ab6aa9a03aa4e49b750fc597c0b3659c1c /src/token.h | |
| parent | fda0d40f4d353ce91592b9a1526cb463a279b6f8 (diff) | |
| download | ducc-82df1b08c42d40c79b0dbd1634e18786cad860da.tar.gz ducc-82df1b08c42d40c79b0dbd1634e18786cad860da.tar.zst ducc-82df1b08c42d40c79b0dbd1634e18786cad860da.zip | |
feat: support empty arguments of ## operator
Diffstat (limited to 'src/token.h')
| -rw-r--r-- | src/token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h index 9dc89e8..e093a8c 100644 --- a/src/token.h +++ b/src/token.h @@ -12,6 +12,7 @@ typedef enum { TokenKind_hashhash, TokenKind_whitespace, TokenKind_removed, + TokenKind_placemarker, TokenKind_newline, TokenKind_other, TokenKind_character_constant, |
