lang: ast: re-factor parser into multiple files
This commit is contained in:
13
lang/ast/unit-package.h
Normal file
13
lang/ast/unit-package.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _AST_UNIT_PACKAGE_H_
|
||||
#define _AST_UNIT_PACKAGE_H_
|
||||
|
||||
#include "ctx.h"
|
||||
|
||||
#include <ivy/lang/lex.h>
|
||||
|
||||
struct unit_package_parser_state {
|
||||
struct parser_state s_base;
|
||||
int s_prev_token;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user