failing scanner

This commit is contained in:
2025-12-16 21:41:49 +01:00
parent 4e15e8eb7e
commit 9c329eaaaa
4 changed files with 60 additions and 1 deletions
+2
View File
@@ -324,6 +324,8 @@ bool scan_f32(scanner_t *s);
bool scan_identifier(scanner_t *s);
bool scan_string_literal(scanner_t *s);
bool scanner_print_errors(scanner_t *s, FILE *fp);
bool looks_like_float(scanner_t *s);
bool looks_like_int(scanner_t *s);
// string builder //////////////////////////////////////////////////////////////
typedef struct string_builder_node {