diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:40:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:40:03 -0400 |
| commit | aed80436a0a5eb12d9cace916167b0f7bd433589 (patch) | |
| tree | c546a7f10621864ac697711b6f66a428cdaeb00b /src/parse/utils.h | |
| parent | b378f7359a6b8bd2e47bafdba496d115825adcd7 (diff) | |
Splitting out parser more.
Diffstat (limited to 'src/parse/utils.h')
| -rw-r--r-- | src/parse/utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parse/utils.h b/src/parse/utils.h index cec48f31..f357b201 100644 --- a/src/parse/utils.h +++ b/src/parse/utils.h @@ -3,7 +3,9 @@ #include <stdbool.h> #include "../stdlib/util.h" -#include "parse.h" +#include "context.h" + +#define SPACES_PER_INDENT 4 CONSTFUNC bool is_keyword(const char *word); size_t some_of(const char **pos, const char *allow); |
