diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-23 09:12:47 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-23 09:12:47 +0000 |
| commit | f3df011c18821ee6b09f9c2ee8fd48163ed92096 (patch) | |
| tree | 733c63e7689d6a81a3bf029509b009e1d7a7bedc /conf | |
| parent | be90a06efa50496ce4a7fd3f79970efda30498cf (diff) | |
core: lexer+parser: Handle integer literals
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/defconf-00.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/defconf-00.conf b/conf/defconf-00.conf index f2b152f..028c8c5 100644 --- a/conf/defconf-00.conf +++ b/conf/defconf-00.conf @@ -1,2 +1,3 @@ define MEOW_YES true define MEOW_NO false +define MEOW_COUNT 3 |
