diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-23 09:26:07 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-23 09:26:07 +0000 |
| commit | cac4fb215d6469a5b26d9e1e37e7db16b478ade6 (patch) | |
| tree | 7613588692f2c80e64c681c42d5853ffcb970fd3 /conf/defconf-00.conf | |
| parent | f3df011c18821ee6b09f9c2ee8fd48163ed92096 (diff) | |
core: lexer+parser: Add support for comments
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'conf/defconf-00.conf')
| -rw-r--r-- | conf/defconf-00.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/defconf-00.conf b/conf/defconf-00.conf index 028c8c5..fed0f7a 100644 --- a/conf/defconf-00.conf +++ b/conf/defconf-00.conf @@ -1,3 +1,7 @@ +// +// Below are some variables to serve as a demonstration on how defconf can be used to generate +// preprocessor define flags for C compilers. +// define MEOW_YES true define MEOW_NO false define MEOW_COUNT 3 |
