add do wraps
This commit is contained in:
12
src/parser/dowrap/dowrap.h
Normal file
12
src/parser/dowrap/dowrap.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef DOWRAP_H
|
||||
#define DOWRAP_H
|
||||
#include "../parser.h"
|
||||
#include "../../lexer/token.h" // for Token
|
||||
|
||||
// Function declaration for parsing an identifier
|
||||
ParsedValue *parse_dowrap(char *file, DArray *tokens,
|
||||
size_t *index);
|
||||
|
||||
void free_dowrap(void *ptr);
|
||||
|
||||
#endif // DOWRAP_H
|
||||
Reference in New Issue
Block a user