lang: add internal debugging interface
This commit is contained in:
11
lang/include/ivy/lang/internal.h
Normal file
11
lang/include/ivy/lang/internal.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef IVY_LANG_INTERNAL_H_
|
||||
#define IVY_LANG_INTERNAL_H_
|
||||
|
||||
#include <ivy/misc.h>
|
||||
|
||||
struct ivy_lexer;
|
||||
|
||||
IVY_API void internal_lexer_print_symbol_tree(struct ivy_lexer *lex);
|
||||
IVY_API void internal_lexer_print_keyword_dict(struct ivy_lexer *lex);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user